linux/arch/x86/boot/compressed
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
..
.gitignore i386: move boot 2007-10-11 11:16:43 +02:00
Makefile x86: use ELF format in compressed images. 2008-04-17 17:40:46 +02:00
head_32.S x86: Fix boot protocol KEEP_SEGMENTS check. 2007-10-27 20:57:43 +02:00
head_64.S x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE 2008-02-04 16:48:08 +01:00
misc.c x86: remove superfluous initialisation in boot code. 2008-04-17 17:41:36 +02:00
relocs.c x86 vDSO: absolute relocs 2008-01-30 13:30:42 +01:00
vmlinux.scr x86: unify arch/x86/boot/compressed/vmlinux_??.scr 2008-01-30 13:33:38 +01:00
vmlinux_32.lds x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scr 2008-01-30 13:33:38 +01:00
vmlinux_64.lds x86: fix comments in vmlinux_64.lds 2008-02-01 17:49:41 +01:00