Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130890
b: refs/heads/master
c: 802c64b
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Feb 3, 2009
1 parent ac63d42 commit 11ccf4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: e5553a6d04421eec326a629571d696e8e745a0e4
refs/heads/master: 802c64b310e5b9dfda6cb50b850b962ed96a9e81
5 changes: 4 additions & 1 deletion trunk/arch/sparc/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/cpu.h>
#include <linux/elfcore.h>
#include <linux/sysrq.h>
#include <linux/nmi.h>

#include <asm/uaccess.h>
#include <asm/system.h>
Expand All @@ -52,8 +53,10 @@

static void sparc64_yield(int cpu)
{
if (tlb_type != hypervisor)
if (tlb_type != hypervisor) {
touch_nmi_watchdog();
return;
}

clear_thread_flag(TIF_POLLING_NRFLAG);
smp_mb__after_clear_bit();
Expand Down

0 comments on commit 11ccf4d

Please sign in to comment.