x86, um: Fix typo in 32-bit system call modifications
authorH. Peter Anvin <hpa@zytor.com>
Fri, 9 Dec 2011 19:13:59 +0000 (11:13 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 9 Dec 2011 19:13:59 +0000 (11:13 -0800)
commit47db9e7c808a45b1f86971f25eca5e38fa95ab86
treeefb3b0c96c3cd6a0f4f01251e56b69e3fddfeeb7
parent79320bcbf0d860a7cb32d6d6d464d776b9dd76ce
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 <richard@nod.at>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/um/sys_call_table_32.c