aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/asm.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: add _ASM_EXTABLE macro to <asm/asm.h>H. Peter Anvin2008-02-041-0/+7
| | | | | | | | | | Instead of open-coding the __ex_table information at each callsite, construct a common macro that can work regardless of CPU size. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* x86: introduce asm helpers in local_{32|64}.hHarvey Harrison2008-01-301-0/+12
| | | | | | | | Handle the use of long on X86_32 and quad on X86_64 Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: merge resume-trace.h variantsThomas Gleixner2008-01-301-0/+2
| | | | | Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: add <asm/asm.h>H. Peter Anvin2008-01-301-0/+18
Create <asm/asm.h>, with common definitions suitable for assembly unification. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>