[PATCH 1/1] ia64 UV: Use blinking LED for heartbeat display fix

From: Mike Travis
Date: Thu Aug 07 2008 - 21:14:26 EST


Subject: ia64 UV: Use blinking LED for heartbeat display fix

Fix error not caught on initial build test.

Based on linux-2.6.tip/master.

Signed-off-by: Mike Travis <travis@xxxxxxx>
Cc: Tony Luck <tony.luck@xxxxxxxxx>
---
arch/ia64/uv/kernel/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.tip.orig/arch/ia64/uv/kernel/setup.c
+++ linux-2.6.tip/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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/