Tech stuff.: Arm MMU in linux: page table Initialization and tweaks for integeration with Memory man
This post covers details of MMU initialization code of linux 2.6.11 kernel for ARM and few internal tweaks used for mapping arm page tables to x86 style page tables which linux memory management code expects. We'll cover only architecutre specific details...