[POWERPC] 4xx: Fix 4xx flush_tlb_page()
[powerpc.git] / arch / ppc / platforms / 4xx / ocotea.c
index fd0f971..28a712c 100644 (file)
@@ -259,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);