Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286566
b: refs/heads/master
c: 88ed9dd
h: refs/heads/master
v: v3
  • Loading branch information
Cliff Wickman authored and Ingo Molnar committed Jan 17, 2012
1 parent 5ff6b4f commit 007448f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 478c6e529e7bd7c6ef8994c55bd252c287c35893
refs/heads/master: 88ed9dd7f63c3ae71c1984d99ee2dced0b386dea
3 changes: 1 addition & 2 deletions trunk/arch/x86/platform/uv/tlb_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,7 @@ void uv_bau_message_interrupt(struct pt_regs *regs)
struct ptc_stats *stat;
struct msg_desc msgdesc;

ack_APIC_irq();
time_start = get_cycles();

bcp = &per_cpu(bau_control, smp_processor_id());
Expand Down Expand Up @@ -1247,8 +1248,6 @@ void uv_bau_message_interrupt(struct pt_regs *regs)
stat->d_nomsg++;
else if (count > 1)
stat->d_multmsg++;

ack_APIC_irq();
}

/*
Expand Down

0 comments on commit 007448f

Please sign in to comment.