x86: generic: use HIGHMEM64G instead of HIGHMEM4G
commit 4b4f739373
switched on HIGHMEM4G which implicitely disabled
PAE and hence also NX and other useful and security-relevant features.
Re-enable PAE by switching to HIGHMEM64G.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
63571cb56c
commit
641a65fd06
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ CONFIG_HDMI=y
|
||||||
CONFIG_HIBERNATE_CALLBACKS=y
|
CONFIG_HIBERNATE_CALLBACKS=y
|
||||||
CONFIG_HID=y
|
CONFIG_HID=y
|
||||||
CONFIG_HID_BATTERY_STRENGTH=y
|
CONFIG_HID_BATTERY_STRENGTH=y
|
||||||
# CONFIG_HIGHMEM64G is not set
|
# CONFIG_HIGHMEM4G is not set
|
||||||
|
CONFIG_HIGHMEM64G=y
|
||||||
CONFIG_HOTPLUG_CPU=y
|
CONFIG_HOTPLUG_CPU=y
|
||||||
CONFIG_HPET=y
|
CONFIG_HPET=y
|
||||||
CONFIG_HPET_MMAP=y
|
CONFIG_HPET_MMAP=y
|
||||||
|
|
Loading…
Reference in a new issue