From: Geert Uytterhoeven <geert@linux-m68k.org>

M68k: Remove unused console_video_virtual (from Roman Zippel)



 arch/m68k/kernel/head.S |    9 ---------
 1 files changed, 9 deletions(-)

diff -puN arch/m68k/kernel/head.S~68k-341 arch/m68k/kernel/head.S
--- 25/arch/m68k/kernel/head.S~68k-341	2004-01-01 13:35:02.000000000 -0800
+++ 25-akpm/arch/m68k/kernel/head.S	2004-01-01 13:35:02.000000000 -0800
@@ -1232,10 +1232,6 @@ L(mmu_init_mac):
 
 	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 @@ L(iobase):
 	.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 */

_