The patch titled m68knommu: ColdFire add support for kernel preemption (missing chunk) has been removed from the -mm tree. Its filename was m68knommu-coldfire-add-support-for-kernel-preemption-missing-chunk.patch This patch was dropped because it was merged into mainline or a subsystem tree 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 origin.patch m68knommu-add-info-about-removing-mcfserial.patch linux-next.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