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/oplib.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/oplib.h')
-rw-r--r-- | include/asm-sparc64/oplib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-sparc64/oplib.h b/include/asm-sparc64/oplib.h index 07275e2366a3..992f9f7a476c 100644 --- a/include/asm-sparc64/oplib.h +++ b/include/asm-sparc64/oplib.h | |||
@@ -319,11 +319,6 @@ extern int prom_inst2pkg(int); | |||
319 | extern int prom_service_exists(const char *service_name); | 319 | extern int prom_service_exists(const char *service_name); |
320 | extern void prom_sun4v_guest_soft_state(void); | 320 | extern void prom_sun4v_guest_soft_state(void); |
321 | 321 | ||
322 | /* CPU probing helpers. */ | ||
323 | struct device_node; | ||
324 | int cpu_find_by_instance(int instance, struct device_node **dev_node, int *mid); | ||
325 | int cpu_find_by_mid(int mid, struct device_node **prom_node); | ||
326 | |||
327 | /* Client interface level routines. */ | 322 | /* Client interface level routines. */ |
328 | extern void prom_set_trap_table(unsigned long tba); | 323 | extern void prom_set_trap_table(unsigned long tba); |
329 | extern void prom_set_trap_table_sun4v(unsigned long tba, unsigned long mmfsa); | 324 | extern void prom_set_trap_table_sun4v(unsigned long tba, unsigned long mmfsa); |