diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-25 18:49:59 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-29 05:49:41 -0400 |
commit | 5cbc30737398b49f62ae8603129ce43ac7db1a41 (patch) | |
tree | 45d01a686865e6fd9c32b670f77af1e37db03008 /include/asm-sparc64/hypervisor.h | |
parent | e01c0d6d8cf29c1c11725837b265598cab687952 (diff) |
[SPARC64]: Use machine description and OBP properly for cpu probing.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/hypervisor.h')
-rw-r--r-- | include/asm-sparc64/hypervisor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h index 17b233b64aff..0a241c82fc7b 100644 --- a/include/asm-sparc64/hypervisor.h +++ b/include/asm-sparc64/hypervisor.h | |||
@@ -120,6 +120,11 @@ | |||
120 | */ | 120 | */ |
121 | #define HV_FAST_MACH_DESC 0x01 | 121 | #define HV_FAST_MACH_DESC 0x01 |
122 | 122 | ||
123 | #ifndef __ASSEMBLY__ | ||
124 | extern unsigned long sun4v_mach_desc(unsigned long buffer_pa, unsigned long buf_len, | ||
125 | unsigned long *real_buf_len); | ||
126 | #endif | ||
127 | |||
123 | /* mach_exit() | 128 | /* mach_exit() |
124 | * TRAP: HV_FAST_TRAP | 129 | * TRAP: HV_FAST_TRAP |
125 | * FUNCTION: HV_FAST_MACH_SIR | 130 | * FUNCTION: HV_FAST_MACH_SIR |