x86: consolidate spinlock.h
commit2fed0c507cf0101d511366f36e8573f403dbfea5
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:30:33 +0000 (30 13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:33 +0000 (30 13:30 +0100)
treed73332fca3b4a515755ad10b313780ca54f84fc1
parent6abcd98ffafbff81f0bfd7ee1d129e634af13245
x86: consolidate spinlock.h

The cli and sti instructions need to be replaced by paravirt hooks.
For the i386 architecture, this is already done. The code requirements
aren't much different from x86_64 POV, so this part is consolidated in
the common header

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/spinlock.h
include/asm-x86/spinlock_32.h
include/asm-x86/spinlock_64.h