diff options
Diffstat (limited to 'arch/x86/kernel/ioport.c')
-rw-r--r-- | arch/x86/kernel/ioport.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/ioport.c b/arch/x86/kernel/ioport.c index 85ecc7c57ba6..8eec0ec59af2 100644 --- a/arch/x86/kernel/ioport.c +++ b/arch/x86/kernel/ioport.c | |||
@@ -116,10 +116,8 @@ long sys_iopl(unsigned int level, struct pt_regs *regs) | |||
116 | return -EPERM; | 116 | return -EPERM; |
117 | } | 117 | } |
118 | regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12); | 118 | regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12); |
119 | #ifdef CONFIG_X86_32 | ||
120 | t->iopl = level << 12; | 119 | t->iopl = level << 12; |
121 | set_iopl_mask(t->iopl); | 120 | set_iopl_mask(t->iopl); |
122 | #endif | ||
123 | 121 | ||
124 | return 0; | 122 | return 0; |
125 | } | 123 | } |