summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/pdc.h
diff options
context:
space:
mode:
authorKyle McMartin2008-07-29 04:52:18 +0200
committerKyle McMartin2008-10-10 18:32:28 +0200
commit6c86cb8237bf08443806089130dc108051569a93 (patch)
tree9dc8c7e64c3d5e436e8fd49dd228c7899c65105a /include/asm-parisc/pdc.h
parentparisc: unify CCIO_COLLECT_STATS implementation (diff)
downloadkernel-qcow2-linux-6c86cb8237bf08443806089130dc108051569a93.tar.gz
kernel-qcow2-linux-6c86cb8237bf08443806089130dc108051569a93.tar.xz
kernel-qcow2-linux-6c86cb8237bf08443806089130dc108051569a93.zip
parisc: move pdc_result to real2.S
Diffstat (limited to 'include/asm-parisc/pdc.h')
-rw-r--r--include/asm-parisc/pdc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-parisc/pdc.h b/include/asm-parisc/pdc.h
index 9eaa794c3e4a..46b75f9cce51 100644
--- a/include/asm-parisc/pdc.h
+++ b/include/asm-parisc/pdc.h
@@ -332,6 +332,9 @@
#define BOOT_CONSOLE_SPA_OFFSET 0x3c4
#define BOOT_CONSOLE_PATH_OFFSET 0x3a8
+/* size of the pdc_result buffer for firmware.c */
+#define NUM_PDC_RESULT 32
+
#if !defined(__ASSEMBLY__)
#ifdef __KERNEL__