The patch titled m68knommu: ColdFire add support for kernel preemption (missing chunk) has been added to the -mm tree. Its filename is m68knommu-coldfire-add-support-for-kernel-preemption-missing-chunk.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: m68knommu: ColdFire add support for kernel preemption (missing chunk) From: Sebastian Siewior <bigeasy@xxxxxxxxxxxxx> 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: Sebastian Siewior <bigeasy@xxxxxxxxxxxxx> Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m68knommu/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff -puN arch/m68knommu/Kconfig~m68knommu-coldfire-add-support-for-kernel-preemption-missing-chunk arch/m68knommu/Kconfig --- a/arch/m68knommu/Kconfig~m68knommu-coldfire-add-support-for-kernel-preemption-missing-chunk +++ a/arch/m68knommu/Kconfig @@ -671,6 +671,9 @@ config ROMKERNEL endchoice +if COLDFIRE +source "kernel/Kconfig.preempt" +endif source "mm/Kconfig" endmenu _ Patches currently in -mm which might be from bigeasy@xxxxxxxxxxxxx are linux-next.patch m68knommu-coldfire-add-support-for-kernel-preemption-missing-chunk.patch add-the-carmine-fb-driver.patch add-the-carmine-fb-driver-update.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html