diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-01-01 15:53:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-03 09:19:39 +0300 |
commit | a7e4236511c678bf012901faf3c285d199a1adc8 (patch) | |
tree | 4ac93d85398f9fdcfcb654cc5c19ca4197c6d12c /arch/sparc/include/asm/oplib_32.h | |
parent | efef2e497717958d9c8bde24998c5a915dd04cd5 (diff) | |
download | linux-a7e4236511c678bf012901faf3c285d199a1adc8.tar.xz |
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/asm/oplib_32.h')
-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 91411bc2d4c0..640558801b8e 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); extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table, int context, char *program_counter); -/* Stop the CPU with the passed device tree node. */ -extern int prom_stopcpu(int cpunode); - -/* Idle the CPU with the passed device tree node. */ -extern int prom_idlecpu(int cpunode); - -/* Re-Start the CPU with the passed device tree node. */ -extern int prom_restartcpu(int cpunode); - /* Sun4/sun4c specific memory-management startup hook. */ /* Map the passed segment in the given context at the passed |