summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/rwlock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x86: use immediates instead of RW_LOCK_BIAS_STRThomas Gleixner2008-01-301-1/+0
| | | | | | | | Use immediate instead of the RW_LOCK_BIAS_STR. Makes the code more readable and gets rid of the string constant. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: unify some more trivial include/asm-x86/ 32/64 variantsThomas Gleixner2007-10-171-5/+9
| | | | | | Scripted unification. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* i386/x86_64: move headers to include/asm-x86Thomas Gleixner2007-10-111-0/+5
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>