The patch titled clockevents-fix-resume-logic-xen-fix has been removed from the -mm tree. Its filename was clockevents-fix-resume-logic-xen-fix.patch This patch was dropped because it was folded into clockevents-fix-resume-logic.patch ------------------------------------------------------ Subject: clockevents-fix-resume-logic-xen-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> arch/i386/xen/time.c: In function 'xen_vcpuop_set_mode': arch/i386/xen/time.c:462: warning: enumeration value 'CLOCK_EVT_MODE_RESUME' not handled in switch Is this right? Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/xen/time.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN arch/i386/xen/time.c~clockevents-fix-resume-logic-xen-fix arch/i386/xen/time.c --- a/arch/i386/xen/time.c~clockevents-fix-resume-logic-xen-fix +++ a/arch/i386/xen/time.c @@ -475,6 +475,8 @@ static void xen_vcpuop_set_mode(enum clo HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, cpu, NULL)) BUG(); break; + case CLOCK_EVT_MODE_RESUME: + break; } } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch revert-pie-randomization.patch clockevents-fix-resume-logic.patch clockevents-fix-resume-logic-xen-fix.patch ntp-move-the-cmos-update-code-into-ntpc.patch rtc-add-support-for-stk17ta8-chip-fix.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