x86/asm/entry/32: Update "interrupt off" comments
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 27 Mar 2015 10:36:20 +0000 (11:36 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 27 Mar 2015 11:27:57 +0000 (12:27 +0100)
commita232e3d558eef421fbb539ede5483dfb668e38f2
tree1138e37c7c64c1355206ab573298b8d414b2e4ed
parent27be87c5d53117f048d590d6fc6febb21176c3e9
x86/asm/entry/32: Update "interrupt off" comments

The existing comment has proven to be not very clear.

Replace it with a comment similar to the one we now have in the 64-bit
syscall entry point. (Three instances, one per 32-bit syscall entry).

In the INT80 entry point's CFI annotations, replace mysterious
expressions with numric constants. In this case, raw numbers
look more understandable.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Will Drewry <wad@chromium.org>
Link: http://lkml.kernel.org/r/1427452582-21624-2-git-send-email-dvlasenk@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/ia32/ia32entry.S