commit | 709972b1f6f70535d1fddbe1243a51b90c408a1c | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Mon Aug 31 11:57:20 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Aug 31 15:14:30 2009 -0700 |
tree | 45c24fa9ed09cd56bea6e372dc01733500f9aa2b | |
parent | fe9b4e4e40ffdabbd385cdf171cb861c2fd517c0 [diff] |
x86, asm: Make _ASM_EXTABLE() usable from assembly code We have had this convenient macro _ASM_EXTABLE() to generate exception table entry in inline assembly. Make it also usable for pure assembly. Signed-off-by: H. Peter Anvin <hpa@zytor.com>