]> git.baikalelectronics.ru Git - kernel.git/commit
x86: add ENDPROC() markers
authorJohn Reiser <jreiser@BitWagon.com>
Wed, 30 Jan 2008 12:33:13 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:13 +0000 (13:33 +0100)
commitcf7c807a869eeb75a5464da37157a499df407e70
tree8c7eabffa6402ab6e5c9306a8dac6a81d9347fae
parentd34336f9f86d7568624c345728f8aa2d980bed62
x86: add ENDPROC() markers

The ENDPROCs() were not used everywhere.  Some code used just END() instead,
while other code used nothing.  um/sys-i386/checksum.S didn't #include
<linux/linkage.h> .  I also got confused because gcc puts the
.type near the ENTRY, while ENDPROC puts it on the opposite end.

Signed off by: John Reiser <jreiser@BitWagon.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/lib/semaphore_32.S
include/linux/linkage.h