commit | a34746bc43eb63e545abf5eb002d96483a54ee32 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Mon Feb 04 16:47:56 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 04 16:47:56 2008 +0100 |
tree | a557068ff21007b38a21d90927dd720e4d49d457 | |
parent | 1622ac23bd3568c3ae8bb391dd3adb51887d7141 [diff] |
x86: add _ASM_EXTABLE macro to <asm/asm.h> 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>