aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/setup_nx.c
Commit message (Collapse)AuthorAge
* x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge2009-09-21
Move the NX setup into a separate file so that it can be compiled without stack-protection while leaving the rest of the mm/init code protected. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>