From: John Reiser Date: Wed, 30 Jan 2008 12:33:13 +0000 (+0100) Subject: x86: add ENDPROC() markers X-Git-Tag: v2.6.25-rc1~1143^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8be6df7f971919622d152d144c8798ad7fd160;p=pandora-kernel.git 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 . 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed