Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78f508ab authored by Sebastian Siewior's avatar Sebastian Siewior Committed by Linus Torvalds
Browse files

m68knommu: ColdFire add support for kernel preemption (missing chunk)



As the subject says this patch adds the support for kernel preemption on
m68knommu Coldfire.  I thing the same changes could be applied to 68360 &
68328 but since I don't have the HW, I don't touch it.  Kconfig enables the
preemption item only on coldfire.

This is a missing chunk from Sebastian's original patch that I lost from the
first submission.

Signed-off-by: default avatarSebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8dc4e373
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -671,6 +671,9 @@ config ROMKERNEL


endchoice
endchoice


if COLDFIRE
source "kernel/Kconfig.preempt"
endif
source "mm/Kconfig"
source "mm/Kconfig"


endmenu
endmenu