]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/kernel/olpc_ofw.c
x86, olpc: Add comment about implicit optimization barrier
[mv-sheeva.git] / arch / x86 / kernel / olpc_ofw.c
index 469ee438429581810fa602f2381ab304b4b47826..f5d499fbe74f27677998b87f5947f04130dbee78 100644 (file)
@@ -35,6 +35,8 @@ void __init setup_olpc_ofw_pgd(void)
 
        /* install OFW's PDE permanently into the kernel's pgtable */
        set_pgd(&swapper_pg_dir[OLPC_OFW_PDE_NR], *ofw_pde);
+       /* implicit optimization barrier here due to uninline function return */
+
        early_iounmap(base, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD);
 }