From 79894c7b47f78decaa3511f1d6646aa06e2c6bed Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 16 May 2007 17:54:08 +0200 Subject: [MIPS] Atlas, Malta, SEAD: Remove scroll from interrupt handler. Aside of being handy for debugging this has never been a particularly good idea but is now getting in the way of dyntick / tickless kernels and general cleanups. Signed-off-by: Ralf Baechle --- include/asm-mips/mips-boards/prom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-mips/mips-boards') diff --git a/include/asm-mips/mips-boards/prom.h b/include/asm-mips/mips-boards/prom.h index daaf9f98fc6..a9db576a976 100644 --- a/include/asm-mips/mips-boards/prom.h +++ b/include/asm-mips/mips-boards/prom.h @@ -33,6 +33,7 @@ extern void prom_meminit(void); extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem); extern void mips_display_message(const char *str); extern void mips_display_word(unsigned int num); +extern void mips_scroll_message(void); extern int get_ethernet_addr(char *ethernet_addr); /* Memory descriptor management. */ -- cgit v1.2.3