Alexander van Heukelum 03056c88cf x86: remove superfluous initialisation in boot code.
In arch/x86/boot/compressed/misc.c, the variable vidmem is
the only variable that ends up in de data segment. It's also
superfluous, because the first thing the code does is:

	if (RM_SCREEN_INFO.orig_video_mode == 7) {
		vidmem = (char *) 0xb0000;
		vidport = 0x3b4;
	} else {
		vidmem = (char *) 0xb8000;
		vidport = 0x3d4;
	}

This patch removes the initialisation.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-04-17 17:41:36 +02:00
..
2008-04-02 15:28:19 -07:00
2008-04-17 01:14:32 +02:00
2008-02-23 17:12:16 -08:00
2008-02-09 10:46:40 +01:00
2008-04-04 14:42:30 -07:00
2008-03-07 16:56:54 -06:00
2008-04-16 02:21:47 +09:00
2008-02-09 10:46:40 +01:00