diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 17:08:34 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:33:01 -0600 |
commit | e389098cbad99d939608c744e1c98f28f3de5daf (patch) | |
tree | 9d4265f43ba3ead69120b87a219b84f15695105c /arch | |
parent | bb7021a7d97c6a996b09228817c30c8823192a4e (diff) |
power-disable-highmem-on-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c50462535fe6..d01baf829664 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -276,7 +276,7 @@ menu "Kernel options" config HIGHMEM bool "High memory support" - depends on PPC32 + depends on PPC32 && !PREEMPT_RT_FULL source kernel/time/Kconfig source kernel/Kconfig.hz |