[<prev] [next>] [day] [month] [year] [list]
Message-ID: <489B9DE7.9070802@sgi.com>
Date: Thu, 07 Aug 2008 18:14:15 -0700
From: Mike Travis <travis@....com>
To: Ingo Molnar <mingo@...e.hu>
CC: Andrew Morton <akpm@...ux-foundation.org>,
"Luck, Tony" <tony.luck@...el.com>, Jack Steiner <steiner@....com>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/1] ia64 UV: Use blinking LED for heartbeat display fix
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@....com>
Cc: Tony Luck <tony.luck@...el.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists