From: H. Peter Anvin Date: Tue, 6 Dec 2011 06:48:49 +0000 (-0800) Subject: x86, um: Mark system call tables readonly X-Git-Tag: v3.3-rc1~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a074335a370eca6d72f2ec890e4ae22923a2aea4;p=pandora-kernel.git 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 Cc: Richard Weinberger Link: http://lkml.kernel.org/r/tip-45db1c6176c8171d9ae6fa6d82e07d115a5950ca@git.kernel.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed