]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/xtensa/kernel/head.S
xtensa: nommu support
[linux-2.6-omap-h63xx.git] / arch / xtensa / kernel / head.S
index 67e69139520bd91cb834dbfc68d591039712d3b7..d092c225d5b7b7ab09e234cfb8bb2a50cbd86af7 100644 (file)
@@ -235,8 +235,9 @@ should_never_return:
  */
        
 .section ".bss.page_aligned", "w"
+#ifdef CONFIG_MMU
 ENTRY(swapper_pg_dir)
        .fill   PAGE_SIZE, 1, 0
+#endif
 ENTRY(empty_zero_page)
        .fill   PAGE_SIZE, 1, 0
-