public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix vmi time header bug
@ 2007-03-12 22:58 Zachary Amsden
  2007-03-13  6:31 ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: Zachary Amsden @ 2007-03-12 22:58 UTC (permalink / raw)
  To: Andrew Morton, Andi Kleen, Linux Kernel Mailing List,
	Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Some gcc put this function in .init.text because the header didn't 
match.  For 2.6.21-rc.

Zach

[-- Attachment #2: vmi-devinit-header-fix.patch --]
[-- Type: text/plain, Size: 605 bytes --]



Index: linux-2.6.21/include/asm-i386/vmi_time.h
===================================================================
--- linux-2.6.21.orig/include/asm-i386/vmi_time.h	2007-03-06 18:56:03.000000000 -0800
+++ linux-2.6.21/include/asm-i386/vmi_time.h	2007-03-12 13:55:16.000000000 -0800
@@ -54,7 +54,7 @@ extern unsigned long vmi_cpu_khz(void);
 
 #ifdef CONFIG_X86_LOCAL_APIC
 extern void __init vmi_timer_setup_boot_alarm(void);
-extern void __init vmi_timer_setup_secondary_alarm(void);
+extern void __devinit vmi_timer_setup_secondary_alarm(void);
 extern void apic_vmi_timer_interrupt(void);
 #endif
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-03-13 17:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-12 22:58 [PATCH] Fix vmi time header bug Zachary Amsden
2007-03-13  6:31 ` Andrew Morton
2007-03-13  6:21   ` Zachary Amsden
2007-03-13  6:46   ` Zachary Amsden
2007-03-13 12:45     ` Andi Kleen
2007-03-13 13:59       ` Andrew Morton
2007-03-13 17:32         ` Jeremy Fitzhardinge
2007-03-13 17:53         ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox