x86: Merge sys_iopl
Change 32-bit sys_iopl to PTREGSCALL1, and merge with 64-bit. Signed-off-by: Brian Gerst <brgerst@gmail.com> LKML-Reference: <1260403316-5679-3-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:

committed by
H. Peter Anvin

parent
e258e4e0b4
commit
27f59559d6
@@ -758,7 +758,7 @@ ptregs_##name: \
|
||||
addl $4,%esp; \
|
||||
ret
|
||||
|
||||
PTREGSCALL0(iopl)
|
||||
PTREGSCALL1(iopl)
|
||||
PTREGSCALL0(fork)
|
||||
PTREGSCALL0(clone)
|
||||
PTREGSCALL0(vfork)
|
||||
|
Reference in New Issue
Block a user