diff options
-rw-r--r-- | arch/powerpc/include/asm/machdep.h | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index 2740c44ff717..6c34a0df82fd 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h | |||
@@ -327,8 +327,6 @@ extern void __devinit smp_generic_take_timebase(void); | |||
327 | */ | 327 | */ |
328 | /* Print a boot progress message. */ | 328 | /* Print a boot progress message. */ |
329 | void ppc64_boot_msg(unsigned int src, const char *msg); | 329 | void ppc64_boot_msg(unsigned int src, const char *msg); |
330 | /* Print a termination message (print only -- does not stop the kernel) */ | ||
331 | void ppc64_terminate_msg(unsigned int src, const char *msg); | ||
332 | 330 | ||
333 | static inline void log_error(char *buf, unsigned int err_type, int fatal) | 331 | static inline void log_error(char *buf, unsigned int err_type, int fatal) |
334 | { | 332 | { |
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 2d34196bba8c..73e16e298e28 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -578,13 +578,6 @@ void ppc64_boot_msg(unsigned int src, const char *msg) | |||
578 | printk("[boot]%04x %s\n", src, msg); | 578 | printk("[boot]%04x %s\n", src, msg); |
579 | } | 579 | } |
580 | 580 | ||
581 | /* Print a termination message (print only -- does not stop the kernel) */ | ||
582 | void ppc64_terminate_msg(unsigned int src, const char *msg) | ||
583 | { | ||
584 | ppc64_do_msg(PPC64_LINUX_FUNCTION|PPC64_TERM_MESSAGE|src, msg); | ||
585 | printk("[terminate]%04x %s\n", src, msg); | ||
586 | } | ||
587 | |||
588 | void cpu_die(void) | 581 | void cpu_die(void) |
589 | { | 582 | { |
590 | if (ppc_md.cpu_die) | 583 | if (ppc_md.cpu_die) |