Re: [REGRESSION from 2.6.23-rc8] (was: Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, related to clockevents)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Thomas Gleixner <tglx@...>
Cc: Linus Torvalds <torvalds@...>, Andi Kleen <ak@...>, Andrew Morton <akpm@...>, LKML <linux-kernel@...>, Ingo Molnar <mingo@...>
Date: Thursday, September 27, 2007 - 11:58 am

On Thursday, 27 September 2007 01:21, Thomas Gleixner wrote:

Instead, I have a fix (appended, against 2.6.23-rc8-mm2). :-)

Next, I'm going to enable NO_HZ and HIGH_RES_TIMERS and see what happens. ;-)

Greetings,
Rafael

---
From: Rafael J. Wysocki <rjw@sisk.pl>

Fix CPU hotplug breakage on HP nx6325 and similar boxes caused by the reference
to disable_apic_timer (labeled as __initdata) from the CPU initialization code.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
---
 arch/x86_64/kernel/apic.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.23-rc8-mm2/arch/x86_64/kernel/apic.c
===================================================================
--- linux-2.6.23-rc8-mm2.orig/arch/x86_64/kernel/apic.c
+++ linux-2.6.23-rc8-mm2/arch/x86_64/kernel/apic.c
@@ -42,7 +42,7 @@
 
 int apic_verbosity;
 static int apic_calibrate_pmtmr __initdata;
-int disable_apic_timer __initdata;
+int disable_apic_timer __cpuinitdata;
 
 /* Local APIC timer works in C2? */
 int local_apic_timer_c2_ok;
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, rela..., Rafael J. Wysocki, (Sun Sep 23, 6:57 am)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Sun Sep 23, 4:08 pm)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Sun Sep 23, 4:52 pm)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Mon Sep 24, 8:57 am)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Mon Sep 24, 9:52 am)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Mon Sep 24, 11:18 am)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Mon Sep 24, 3:11 pm)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Tue Sep 25, 9:16 am)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Tue Sep 25, 4:07 pm)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Tue Sep 25, 5:28 pm)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Wed Sep 26, 11:25 am)
Re: 2.6.23-rc4-mm1 and -rc6-mm1: boot failure on HP nx6325, ..., Rafael J. Wysocki, (Wed Sep 26, 3:49 pm)
[REGRESSION from 2.6.23-rc8] (was: Re: 2.6.23-rc4-mm1 and -r..., Rafael J. Wysocki, (Wed Sep 26, 5:00 pm)
Re: [REGRESSION from 2.6.23-rc8] (was: Re: 2.6.23-rc4-mm1 an..., Rafael J. Wysocki, (Wed Sep 26, 7:30 pm)
Re: [REGRESSION from 2.6.23-rc8] (was: Re: 2.6.23-rc4-mm1 an..., Rafael J. Wysocki, (Thu Sep 27, 11:58 am)
Re: [REGRESSION from 2.6.23-rc8], Chuck Ebbert, (Fri Sep 28, 11:07 am)
Re: [REGRESSION from 2.6.23-rc8], Thomas Gleixner, (Fri Sep 28, 11:10 am)
Re: [REGRESSION from 2.6.23-rc8], Chuck Ebbert, (Wed Sep 26, 7:30 pm)