[POWERPC] 4xx: Fix 4xx flush_tlb_page()
[sfrench/cifs-2.6.git] / arch / ppc / platforms / 4xx / ocotea.c
index 5e994e146ba864858c05159cd7c52efb2aa909b0..28a712cd4800dbdc272e15c2ef0f582ffbce6394 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/tty.h>
 #include <linux/serial.h>
 #include <linux/serial_core.h>
+#include <linux/serial_8250.h>
 
 #include <asm/system.h>
 #include <asm/pgtable.h>
@@ -258,7 +259,7 @@ ocotea_early_serial_map(void)
        gen550_init(0, &port);
 
        /* Purge TLB entry added in head_44x.S for early serial access */
-       _tlbie(UART0_IO_BASE);
+       _tlbie(UART0_IO_BASE, 0);
 #endif
 
        port.membase = ioremap64(PPC440GX_UART1_ADDR, 8);