Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177365
b: refs/heads/master
c: fc380ce
h: refs/heads/master
i:
  177363: 01c772b
v: v3
  • Loading branch information
H. Peter Anvin committed Dec 10, 2009
1 parent bb17291 commit ef4c6ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce9119ad90b1caba550447bfcc0a21850558ca49
refs/heads/master: fc380ceed7fe469728ea4acdbda4495ea943ee1c
2 changes: 0 additions & 2 deletions trunk/arch/x86/kernel/ioport.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,8 @@ long sys_iopl(unsigned int level, struct pt_regs *regs)
return -EPERM;
}
regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12);
#ifdef CONFIG_X86_32
t->iopl = level << 12;
set_iopl_mask(t->iopl);
#endif

return 0;
}

0 comments on commit ef4c6ef

Please sign in to comment.