Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11754
b: refs/heads/master
c: d5cd4aa
h: refs/heads/master
v: v3
  • Loading branch information
Bart Oldeman authored and Linus Torvalds committed Oct 31, 2005
1 parent 93ae4cd commit d8c97c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08967f941ad897b2f7c2f99e886c75d6319e5087
refs/heads/master: d5cd4aadd3d220afac8e3e6d922e333592551f7d
1 change: 1 addition & 0 deletions trunk/arch/i386/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ fastcall void __kprobes do_general_protection(struct pt_regs * regs,
tss->io_bitmap_max - thread->io_bitmap_max);
tss->io_bitmap_max = thread->io_bitmap_max;
tss->io_bitmap_base = IO_BITMAP_OFFSET;
tss->io_bitmap_owner = thread;
put_cpu();
return;
}
Expand Down

0 comments on commit d8c97c2

Please sign in to comment.