Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]>
Signed-off-by: Vivek Goyal <[EMAIL PROTECTED]>
---
arch/x86_64/kernel/early_printk.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff -puN
arch/x86_64/kernel/early_printk.c~x86_64-fix-early_printk-to-use-the-standard-ISA-mapping
arch/x86_64/kernel/early_printk.c
---
linux-2.6.21-rc2-reloc/arch/x86_64/kernel/early_printk.c~x86_64-fix-early_printk-to-use-the-standard-ISA-mapping
2007-03-07 01:22:33.000000000 +0530
+++ linux-2.6.21-rc2-reloc-root/arch/x86_64/kernel/early_printk.c
2007-03-07 01:22:33.000000000 +0530
@@ -11,11 +11,10 @@
#ifdef __i386__
#include <asm/setup.h>
-#define VGABASE (__ISA_IO_base + 0xb8000)
#else
#include <asm/bootsetup.h>
-#define VGABASE ((void __iomem *)0xffffffff800b8000UL)
#endif
+#define VGABASE (__ISA_IO_base + 0xb8000)
static int max_ypos = 25, max_xpos = 80;
static int current_ypos = 25, current_xpos = 0;
_
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot
- [Fastboot] [PATCH 5/20] x86_64: modify copy_bootdata to ... Vivek Goyal
- [Fastboot] [PATCH 9/20] x86_64: Get rid of dead code in ... Vivek Goyal
- [Fastboot] [PATCH 18/20] x86_64: Relocatable Kernel Supp... Vivek Goyal
- [Fastboot] [PATCH 8/20] x86_64: 64bit PIC SMP trampoline Vivek Goyal
- [Fastboot] [PATCH 19/20] x86_64: Extend bzImage protocol... Vivek Goyal
- [Fastboot] [PATCH 7/20] x86_64: Add EFER to the register... Vivek Goyal
- [Fastboot] [PATCH 6/20] x86_64: cleanup segments Vivek Goyal
- [Fastboot] [PATCH 20/20] x86_64: Move cpu verification c... Vivek Goyal
- [Fastboot] [PATCH 13/20] x86_64: Modify discover_ebda to... Vivek Goyal
- [Fastboot] [PATCH 4/20] x86_64: Fix early printk to use ... Vivek Goyal
- [Fastboot] [PATCH 10/20] x86_64: wakeup.S rename registe... Vivek Goyal
- [Fastboot] [PATCH 1/20] x86_64: Assembly safe page.h and... Vivek Goyal
- Re: [Fastboot] [PATCH 1/20] x86_64: Assembly safe p... Sam Ravnborg
- Re: [Fastboot] [PATCH 1/20] x86_64: Assembly sa... Vivek Goyal
- Re: [Fastboot] [PATCH 1/20] x86_64: Assembl... Eric W. Biederman
- [Fastboot] [PATCH 11/20] x86_64: wakeup.S misc cleanups Vivek Goyal
- Re: [Fastboot] [PATCH 11/20] x86_64: wakeup.S misc ... Pavel Machek
- Re: [Fastboot] [PATCH 11/20] x86_64: wakeup.S misc ... Pavel Machek
