Commit c3328429 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Linus Torvalds

[PATCH] sparc32: vmalloc address fix

Resolves the framebuffer errors on some older sparc32s (we triggered it on
a SparcStation 2).
Signed-off-by: default avatarWilliam Irwin <wli@holomorphy.com>
Signed-off-by: default avatarTom 'spot' Callaway <tcallawa@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 97d2b28f
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
#define SUN4M_IOBASE_VADDR 0xfd000000 /* Base for mapping pages */ #define SUN4M_IOBASE_VADDR 0xfd000000 /* Base for mapping pages */
#define IOBASE_VADDR 0xfe000000 #define IOBASE_VADDR 0xfe000000
#define IOBASE_END 0xfe300000 #define IOBASE_END 0xfe600000
#define VMALLOC_START 0xfe300000 #define VMALLOC_START 0xfe600000
/* XXX Alter this when I get around to fixing sun4c - Anton */ /* XXX Alter this when I get around to fixing sun4c - Anton */
#define VMALLOC_END 0xffc00000 #define VMALLOC_END 0xffc00000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment