Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15013
b: refs/heads/master
c: 82584ef
h: refs/heads/master
i:
  15011: 1a7e026
v: v3
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Dec 12, 2005
1 parent 382c8d5 commit 62f51a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: b3e55c727ff7349c5db722fbdb8d99a151e8e0bf
refs/heads/master: 82584ef75b7c14f22028595b0e8aa904464c5240
7 changes: 0 additions & 7 deletions trunk/arch/i386/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,13 +650,6 @@ fastcall void do_nmi(struct pt_regs * regs, long error_code)

cpu = smp_processor_id();

#ifdef CONFIG_HOTPLUG_CPU
if (!cpu_online(cpu)) {
nmi_exit();
return;
}
#endif

++nmi_count(cpu);

if (!rcu_dereference(nmi_callback)(regs, cpu))
Expand Down

0 comments on commit 62f51a9

Please sign in to comment.