Searched hist:a074335a370eca6d72f2ec890e4ae22923a2aea4 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/um/ |
H A D | sys_call_table_64.c | diff a074335a370eca6d72f2ec890e4ae22923a2aea4 Tue Dec 06 07:48:49 CET 2011 H. Peter Anvin <hpa@zytor.com> 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 <jdike@addtoit.com> Cc: Richard Weinberger <richard@nod.at> Link: http://lkml.kernel.org/r/tip-45db1c6176c8171d9ae6fa6d82e07d115a5950ca@git.kernel.org Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
H A D | sys_call_table_32.c | diff a074335a370eca6d72f2ec890e4ae22923a2aea4 Tue Dec 06 07:48:49 CET 2011 H. Peter Anvin <hpa@zytor.com> 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 <jdike@addtoit.com> Cc: Richard Weinberger <richard@nod.at> Link: http://lkml.kernel.org/r/tip-45db1c6176c8171d9ae6fa6d82e07d115a5950ca@git.kernel.org Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|