All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ia64 UV: Use blinking LED for heartbeat display fix
@ 2008-08-08  1:14 Mike Travis
  0 siblings, 0 replies; only message in thread
From: Mike Travis @ 2008-08-08  1:14 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Andrew Morton, Luck, Tony, Jack Steiner, LKML

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@sgi.com>
Cc: Tony Luck <tony.luck@intel.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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-08  1:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08  1:14 [PATCH 1/1] ia64 UV: Use blinking LED for heartbeat display fix Mike Travis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.