]> git.baikalelectronics.ru Git - kernel.git/commit
x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c
authorH. Peter Anvin <hpa@zytor.com>
Mon, 4 Feb 2008 15:47:57 +0000 (16:47 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:47:57 +0000 (16:47 +0100)
commit6936c395bef288a7bd20c6f521dfc7f977f87cf1
treec00ef68f10e578702a5b713d9ea77044ea1c5ede
parent927238afb2030f985e566e8b0dcbe2caa8899454
x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c

Use the _ASM_EXTABLE macro from <asm/asm.h>, instead of open-coding
__ex_table entires in arch/x86/lib/usercopy_32.c.

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>
arch/x86/lib/usercopy_32.c