From: Andrew Morton Cc: Ingo Molnar Signed-off-by: Andrew Morton --- arch/ppc/xmon/xmon.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ppc/xmon/xmon.c~scheduler-cache-hot-autodetect-cacheflush-fix-2 arch/ppc/xmon/xmon.c --- 25-ppc/arch/ppc/xmon/xmon.c~scheduler-cache-hot-autodetect-cacheflush-fix-2 2005-06-18 02:12:42.000000000 -0700 +++ 25-ppc-akpm/arch/ppc/xmon/xmon.c 2005-06-18 02:13:01.000000000 -0700 @@ -99,7 +99,7 @@ static void remove_bpts(void); static void insert_bpts(void); static struct bpt *at_breakpoint(unsigned pc); static void bpt_cmds(void); -static void cacheflush(void); +void cacheflush(void); #ifdef CONFIG_SMP static void cpu_cmd(void); #endif /* CONFIG_SMP */ _