]> Git Repo - linux.git/commit
x86, um: Mark system call tables readonly
authorH. Peter Anvin <[email protected]>
Tue, 6 Dec 2011 06:48:49 +0000 (22:48 -0800)
committerH. Peter Anvin <[email protected]>
Tue, 6 Dec 2011 06:56:38 +0000 (22:56 -0800)
commita074335a370eca6d72f2ec890e4ae22923a2aea4
tree8ef61af965df0b69010aa7b936a65d7d42d45a90
parent45db1c6176c8171d9ae6fa6d82e07d115a5950ca
x86, um: Mark system call tables readonly

Mark the system call tables readonly, as they already are on native,
and the 32-bit UM version was in the previous assembly version.  The
32-bit version lost it due to copy and paste from the 64-bit version,
which was missing the const.

Cc: Jeff Dike <[email protected]>
Cc: Richard Weinberger <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
arch/x86/um/sys_call_table_32.c
arch/x86/um/sys_call_table_64.c
This page took 0.057276 seconds and 4 git commands to generate.