commit | 6b8be6df7f971919622d152d144c8798ad7fd160 | [log] [tgz] |
---|---|---|
author | John Reiser <jreiser@BitWagon.com> | Wed Jan 30 13:33:13 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:13 2008 +0100 |
tree | 8c7eabffa6402ab6e5c9306a8dac6a81d9347fae | |
parent | fdfe8aa84dd78cfdff427d0520f5974fb5e9c220 [diff] |
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>