Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200795
b: refs/heads/master
c: 534be1d
h: refs/heads/master
i:
  200793: d38cbd5
  200791: 05b3735
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Jul 1, 2010
1 parent 297bff1 commit e36a7ef
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cc9897df72ddea33762f9d24ecaa2b23ef0ad1b4
refs/heads/master: 534be1d5a2da940ecc5e528992ea4ace8658157a
4 changes: 4 additions & 0 deletions trunk/arch/arm/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ extern void release_thread(struct task_struct *);

unsigned long get_wchan(struct task_struct *p);

#if __LINUX_ARM_ARCH__ == 6
#define cpu_relax() smp_mb()
#else
#define cpu_relax() barrier()
#endif

/*
* Create a new kernel thread
Expand Down

0 comments on commit e36a7ef

Please sign in to comment.