diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2008-07-28 22:52:18 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@hera.kernel.org> | 2008-10-10 12:32:28 -0400 |
commit | 6c86cb8237bf08443806089130dc108051569a93 (patch) | |
tree | 9dc8c7e64c3d5e436e8fd49dd228c7899c65105a /include/asm-parisc | |
parent | 1e22166c40a99fb25fa6ff4f711a3217d848dd85 (diff) |
parisc: move pdc_result to real2.S
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/pdc.h | 3 |
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 @@ | |||
332 | #define BOOT_CONSOLE_SPA_OFFSET 0x3c4 | 332 | #define BOOT_CONSOLE_SPA_OFFSET 0x3c4 |
333 | #define BOOT_CONSOLE_PATH_OFFSET 0x3a8 | 333 | #define BOOT_CONSOLE_PATH_OFFSET 0x3a8 |
334 | 334 | ||
335 | /* size of the pdc_result buffer for firmware.c */ | ||
336 | #define NUM_PDC_RESULT 32 | ||
337 | |||
335 | #if !defined(__ASSEMBLY__) | 338 | #if !defined(__ASSEMBLY__) |
336 | #ifdef __KERNEL__ | 339 | #ifdef __KERNEL__ |
337 | 340 | ||