From: H. Peter Anvin Date: Fri, 9 Dec 2011 19:13:59 +0000 (-0800) Subject: x86, um: Fix typo in 32-bit system call modifications X-Git-Tag: v3.3-rc1~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47db9e7c808a45b1f86971f25eca5e38fa95ab86;p=pandora-kernel.git x86, um: Fix typo in 32-bit system call modifications We override sys_iopl(), not stub_iopl(); the latter is a 64-bitism that doesn't apply to i386 in the first place. Reported-by: Richard Weinberger Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed