The patch titled ia64 UV: use blinking LED for heartbeat display fix has been removed from the -mm tree. Its filename was ia64-uv-use-blinking-led-for-heartbeat-display-fix.patch This patch was dropped because it was folded into ia64-uv-use-blinking-led-for-heartbeat-display.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ia64 UV: use blinking LED for heartbeat display fix From: Mike Travis <travis@xxxxxxx> Fix error not caught on initial build test. Signed-off-by: Mike Travis <travis@xxxxxxx> Cc: Tony Luck <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ia64/uv/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ia64/uv/kernel/setup.c~ia64-uv-use-blinking-led-for-heartbeat-display-fix arch/ia64/uv/kernel/setup.c --- a/arch/ia64/uv/kernel/setup.c~ia64-uv-use-blinking-led-for-heartbeat-display-fix +++ a/arch/ia64/uv/kernel/setup.c @@ -71,7 +71,7 @@ static void uv_display_heartbeat(void) { int cpu; - uv_hub_info->uv_heartbeat = nr_cpu_ids; + uv_hub_info->led_heartbeat_count = nr_cpu_ids; for_each_online_cpu(cpu) { struct uv_hub_info_s *hub = uv_cpu_hub_info(cpu); _ Patches currently in -mm which might be from travis@xxxxxxx are linux-next.patch zero-based-percpu-use-vmlinux_symbol-in-include-asm-generic-vmlinuxldsh.patch ia64-uv-provide-a-led-driver-for-uv-systems.patch ia64-uv-use-led-to-indicate-cpu-is-active.patch ia64-uv-use-blinking-led-for-heartbeat-display.patch ia64-uv-use-blinking-led-for-heartbeat-display-fix.patch cpuset-use-seq_cpumask-seq_nodemask.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