To: linus, akpm Cc: lkml Subject: [PATCH] M68k head unused M68k: Remove unused console_video_virtual (from Roman Zippel) --- head.S | 9 --------- 1 file changed, 9 deletions(-) --- linux-2.6.0/arch/m68k/kernel/head.S 13 Oct 2003 22:47:11 -0000 1.10 +++ linux-m68k-2.6.0/arch/m68k/kernel/head.S 13 Oct 2003 22:48:56 -0000 @@ -1232,10 +1232,6 @@ putc 'F' - lea %pc@(L(mac_videobase)),%a0 - lea %pc@(L(console_video_virtual)),%a1 - movel %a0@,%a1@ - is_not_040_or_060(1f) moveq #_PAGE_NOCACHE_S,%d3 @@ -3830,11 +3826,6 @@ .long 0 #endif -#ifdef CONFIG_MAC -L(console_video_virtual): - .long 0 -#endif /* CONFIG_MAC */ - #if defined(CONSOLE) L(console_globals): .long 0 /* cursor column */