early_printk intel MID: use early_ioremap to map the high page necessary for HSU
authorMatt Mullins <mmullins@mmlx.us>
Sun, 30 Aug 2015 03:42:13 +0000 (20:42 -0700)
committerMatt Mullins <mmullins@mmlx.us>
Sun, 30 Aug 2015 03:42:13 +0000 (20:42 -0700)
arch/x86/platform/intel-mid/early_printk_intel_mid.c

index 3d32527..fd43f8e 100644 (file)
@@ -409,7 +409,7 @@ void hsu_early_console_init(const char *s)
        u8 lcr;
        int *clkctl;
 
-       phsu = (void *) __va(0xff010180);
+       phsu = (void *) early_ioremap(0xff010180, 0x80);
        return;
 
        /* Disable FIFO */