The patch titled lguest vs clockevents-fix-resume-logic has been removed from the -mm tree. Its filename was lguest-the-host-code-lguest-vs-clockevents-fix-resume-logic.patch This patch was dropped because it was folded into clockevents-fix-resume-logic.patch ------------------------------------------------------ Subject: lguest vs clockevents-fix-resume-logic From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> On Wed, 2007-06-27 at 00:01 -0700, Andrew Morton wrote: > arch/i386/xen/time.c: In function 'xen_vcpuop_set_mode': > arch/i386/xen/time.c:457: warning: enumeration value 'CLOCK_EVT_MODE_RESUME' not handled in switch Fixup lguest clock event device. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/lguest/lguest.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/lguest/lguest.c~lguest-the-host-code-lguest-vs-clockevents-fix-resume-logic drivers/lguest/lguest.c --- a/drivers/lguest/lguest.c~lguest-the-host-code-lguest-vs-clockevents-fix-resume-logic +++ a/drivers/lguest/lguest.c @@ -398,6 +398,8 @@ static void lguest_clockevent_set_mode(e break; case CLOCK_EVT_MODE_PERIODIC: BUG(); + case CLOCK_EVT_MODE_RESUME: + break; } } _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are origin.patch clockevents-remove-prototypes-of-removed-functions.patch clockevents-fix-resume-logic.patch lguest-the-host-code-lguest-vs-clockevents-fix-resume-logic.patch clockevents-fix-device-replacement.patch tick-management-spread-timer-interrupt.patch highres-improve-debug-output.patch hrtimer-speedup-hrtimer_enqueue.patch ntp-move-the-cmos-update-code-into-ntpc.patch i386-pit-stop-only-when-in-periodic-or-oneshot-mode.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