virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [patch] asm/i386/kernel/paravirt.c buildfix
@ 2007-01-08 15:28 Gers Knorr
  2007-01-08 20:02 ` Chris Wright
  2007-01-08 23:18 ` Rusty Russell
  0 siblings, 2 replies; 4+ messages in thread
From: Gers Knorr @ 2007-01-08 15:28 UTC (permalink / raw)
  To: virtualization

asm/i386/kernel/paravirt.c buildfix.

drop apic_* duplicates which are defined in asm/paravirt.h

Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
---
 arch/i386/kernel/paravirt.c |   14 --------------
 1 file changed, 14 deletions(-)

Index: paravirt-2.6.19-hg686/arch/i386/kernel/paravirt.c
===================================================================
--- paravirt-2.6.19-hg686.orig/arch/i386/kernel/paravirt.c
+++ paravirt-2.6.19-hg686/arch/i386/kernel/paravirt.c
@@ -693,20 +693,6 @@ void halt(void)
 }
 EXPORT_SYMBOL_GPL(halt);
 
-#ifdef CONFIG_X86_LOCAL_APIC
-void apic_write(unsigned long reg, unsigned long v)
-{
-	paravirt_ops.apic_write(reg,v);
-}
-EXPORT_SYMBOL_GPL(apic_write);
-
-unsigned long apic_read(unsigned long reg)
-{
-	return paravirt_ops.apic_read(reg);
-}
-EXPORT_SYMBOL_GPL(apic_read);
-#endif
-
 void __cpuid(unsigned int *eax, unsigned int *ebx,
 	     unsigned int *ecx, unsigned int *edx)
 {

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

end of thread, other threads:[~2007-01-08 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-08 15:28 [patch] asm/i386/kernel/paravirt.c buildfix Gers Knorr
2007-01-08 20:02 ` Chris Wright
2007-01-08 23:05   ` Chris Wright
2007-01-08 23:18 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).