git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9b4e4
)
x86, asm: Make _ASM_EXTABLE() usable from assembly code
author
H. Peter Anvin
<hpa@zytor.com>
Mon, 31 Aug 2009 18:57:20 +0000
(11:57 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 31 Aug 2009 22:14:30 +0000
(15:14 -0700)
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>
No differences found