From: Ralf Baechle <ralf@linux-mips.org>

Get it working again.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/video/pmag-aa-fb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/pmag-aa-fb.c~dec-pmag-aa-framebuffer-update drivers/video/pmag-aa-fb.c
--- devel/drivers/video/pmag-aa-fb.c~dec-pmag-aa-framebuffer-update	2005-08-03 22:01:52.000000000 -0700
+++ devel-akpm/drivers/video/pmag-aa-fb.c	2005-08-03 22:01:52.000000000 -0700
@@ -413,7 +413,7 @@ static struct fb_ops aafb_ops = {
 
 static int __init init_one(int slot)
 {
-	unsigned long base_addr = get_tc_base_addr(slot);
+	unsigned long base_addr = CKSEG1ADDR(get_tc_base_addr(slot));
 	struct aafb_info *ip = &my_fb_info[slot];
 
 	memset(ip, 0, sizeof(struct aafb_info));
_