All of lore.kernel.org
 help / color / mirror / Atom feed
From: kraxel@suse.de (Gers Knorr)
To: virtualization@lists.osdl.org
Subject: [patch] asm/i386/kernel/paravirt.c buildfix
Date: Mon, 08 Jan 2007 16:28:52 +0100	[thread overview]
Message-ID: <20070108152852.7819D1ED200@linux.local> (raw)

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)
 {

             reply	other threads:[~2007-01-08 15:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-08 15:28 Gers Knorr [this message]
2007-01-08 20:02 ` [patch] asm/i386/kernel/paravirt.c buildfix Chris Wright
2007-01-08 23:05   ` Chris Wright
2007-01-08 23:18 ` Rusty Russell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070108152852.7819D1ED200@linux.local \
    --to=kraxel@suse.de \
    --cc=virtualization@lists.osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.