The patch titled Subject: debug-more-properly-delay-for-secondary-cpus-fix has been removed from the -mm tree. Its filename was debug-more-properly-delay-for-secondary-cpus-fix.patch This patch was dropped because it was folded into debug-more-properly-delay-for-secondary-cpus.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: debug-more-properly-delay-for-secondary-cpus-fix simplifications, per Daniel Cc: Brian Norris <briannorris@xxxxxxxxxxxx> Cc: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Cc: Douglas Anderson <dianders@xxxxxxxxxxxx> Cc: Jason Wessel <jason.wessel@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/debug/debug_core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff -puN kernel/debug/debug_core.c~debug-more-properly-delay-for-secondary-cpus-fix kernel/debug/debug_core.c --- a/kernel/debug/debug_core.c~debug-more-properly-delay-for-secondary-cpus-fix +++ a/kernel/debug/debug_core.c @@ -61,8 +61,6 @@ #include "debug_core.h" -#define WAIT_CPUS_STOP_MS 1000 - static int kgdb_break_asap; struct debuggerinfo_struct kgdb_info[NR_CPUS]; @@ -600,7 +598,7 @@ return_normal: /* * Wait for the other CPUs to be notified and be waiting for us: */ - time_left = WAIT_CPUS_STOP_MS; + time_left = MSEC_PER_SEC; while (kgdb_do_roundup && --time_left && (atomic_read(&masters_in_kgdb) + atomic_read(&slaves_in_kgdb)) != online_cpus) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are debug-more-properly-delay-for-secondary-cpus.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch ipc-sem-rework-task-wakeups-checkpatch-fixes.patch ipc-sem-optimize-perform_atomic_semop-checkpatch-fixes.patch ipc-sem-simplify-wait-wake-loop-checkpatch-fixes.patch mm-unexport-__get_user_pages_unlocked-checkpatch-fixes.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