projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67dcbb6
)
[PATCH] x86-64: Fix early printk to use standard ISA mapping
author
Vivek Goyal
<vgoyal@in.ibm.com>
Wed, 2 May 2007 17:27:06 +0000
(19:27 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:06 +0000
(19:27 +0200)
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/early_printk.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/early_printk.c
b/arch/x86_64/kernel/early_printk.c
index 47b6d90349da905f226709aaf29c9ff48e501741..b7aa9abe1c6a84993ac1cf57ae39d17f17b84b58 100644
(file)
--- a/
arch/x86_64/kernel/early_printk.c
+++ b/
arch/x86_64/kernel/early_printk.c
@@
-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;