mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
8d0e051cc7
This patch modifies the initial page mapping functions in the following way: During bootup the init, text and data pages will be mapped RWX and if supported, with huge pages. At final stage of the bootup, the kernel calls free_initmem() and then all pages will be remapped either R-X (for text and read-only data) or RW- (for data). The __init pages will be dropped. This reflects the behaviour of the x86 platform. Signed-off-by: Helge Deller <deller@gmx.de> |
||
---|---|---|
.. | ||
fault.c | ||
fixmap.c | ||
hugetlbpage.c | ||
init.c | ||
ioremap.c | ||
Makefile |