diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-01-01 07:53:10 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-03 01:19:39 -0500 |
commit | a7e4236511c678bf012901faf3c285d199a1adc8 (patch) | |
tree | 4ac93d85398f9fdcfcb654cc5c19ca4197c6d12c /arch/sparc/include | |
parent | efef2e497717958d9c8bde24998c5a915dd04cd5 (diff) |
sparc: remove unused prom cpu functions
Remove the following unused funtions:
prom_stopcpu()
prom_idlecpu()
prom_restartcpu()
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/oplib_32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sparc/include/asm/oplib_32.h b/arch/sparc/include/asm/oplib_32.h index 91411bc2d4c..640558801b8 100644 --- a/arch/sparc/include/asm/oplib_32.h +++ b/arch/sparc/include/asm/oplib_32.h | |||
@@ -105,15 +105,6 @@ extern void prom_write(const char *buf, unsigned int len); | |||
105 | extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table, | 105 | extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table, |
106 | int context, char *program_counter); | 106 | int context, char *program_counter); |
107 | 107 | ||
108 | /* Stop the CPU with the passed device tree node. */ | ||
109 | extern int prom_stopcpu(int cpunode); | ||
110 | |||
111 | /* Idle the CPU with the passed device tree node. */ | ||
112 | extern int prom_idlecpu(int cpunode); | ||
113 | |||
114 | /* Re-Start the CPU with the passed device tree node. */ | ||
115 | extern int prom_restartcpu(int cpunode); | ||
116 | |||
117 | /* Sun4/sun4c specific memory-management startup hook. */ | 108 | /* Sun4/sun4c specific memory-management startup hook. */ |
118 | 109 | ||
119 | /* Map the passed segment in the given context at the passed | 110 | /* Map the passed segment in the given context at the passed |