x86: split NX setup into separate file to limit unstack-protected code
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Mon, 21 Sep 2009 20:40:42 +0000 (13:40 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Mon, 21 Sep 2009 20:56:58 +0000 (13:56 -0700)
commitc44c9ec0f38b939b3200436e3aa95c1aa83c41c7
tree8a61331dddd6fc5b8d3b1bef1ab7955b96036cba
parentb75fe4e5b869f8dbebd36df64a7fcda0c5b318ed
x86: split NX setup into separate file to limit unstack-protected code

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>
arch/x86/include/asm/pgtable_types.h
arch/x86/mm/Makefile
arch/x86/mm/init.c
arch/x86/mm/setup_nx.c [new file with mode: 0644]