microblaze: Allow PAGE_SIZE configuration
[deliverable/linux.git] / arch / microblaze / kernel / head.S
index 1bf7398882607ba805b64866f0d6501f4849b033..42434008209eaffdeb3db74518db24d2d088512b 100644 (file)
 .global empty_zero_page
 .align 12
 empty_zero_page:
-       .space  4096
+       .space  PAGE_SIZE
 .global swapper_pg_dir
 swapper_pg_dir:
-       .space  4096
+       .space  PAGE_SIZE
 
 #endif /* CONFIG_MMU */
 
This page took 0.02706 seconds and 5 git commands to generate.