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:
Brian Gerst
2009-12-09 19:01:52 -05:00
committed by H. Peter Anvin
parent e258e4e0b4
commit 27f59559d6
3 changed files with 8 additions and 30 deletions

View File

@@ -758,7 +758,7 @@ ptregs_##name: \
addl $4,%esp; \
ret
PTREGSCALL0(iopl)
PTREGSCALL1(iopl)
PTREGSCALL0(fork)
PTREGSCALL0(clone)
PTREGSCALL0(vfork)