Commit-ID:  f2a7b303d6e0bfb75b611b560af218608e50011f
Gitweb:     http://git.kernel.org/tip/f2a7b303d6e0bfb75b611b560af218608e50011f
Author:     H. Peter Anvin <h...@linux.intel.com>
AuthorDate: Wed, 4 Sep 2013 09:43:30 -0700
Committer:  H. Peter Anvin <h...@linux.intel.com>
CommitDate: Wed, 4 Sep 2013 09:46:43 -0700

x86, paravirt: Remove duplicate definition for DEF_NATIVE

DEF_NATIVE() is defined in paravirt_types.h, remove duplicate
definition in paravirt.c

Reported-by: Linus Torvalds <torva...@linux-foundation.org>
Signed-off-by: H. Peter Anvin <h...@linux.intel.com>
Cc: Andi Kleen <a...@linux.kernel.org>
Cc: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>
Link: 
http://lkml.kernel.org/r/CA%2B55aFxVv==dc0jds87v%2bcpr-twn%2btujyg5xmghojjoakz4...@mail.gmail.com
---
 arch/x86/kernel/paravirt.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c
index 884aa40..1b10af8 100644
--- a/arch/x86/kernel/paravirt.c
+++ b/arch/x86/kernel/paravirt.c
@@ -62,11 +62,6 @@ void __init default_banner(void)
               pv_info.name);
 }
 
-/* Simple instruction patching code. */
-#define DEF_NATIVE(ops, name, code)                                    \
-       extern const char start_##ops##_##name[], end_##ops##_##name[]; \
-       asm("start_" #ops "_" #name ": " code "; end_" #ops "_" #name ":")
-
 /* Undefined instruction for dealing with missing ops pointers. */
 static const unsigned char ud2a[] = { 0x0f, 0x0b };
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to