Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192483
b: refs/heads/master
c: 308eb7a
h: refs/heads/master
i:
  192481: 4804a4a
  192479: 6995095
v: v3
  • Loading branch information
Tejun Heo committed May 12, 2010
1 parent 5641938 commit 22bd938
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: b0c9778b1d07ed3aa7e411db201275553527b1b1
refs/heads/master: 308eb7add8adaca8088c28a3f7610069b70d1ad6
5 changes: 4 additions & 1 deletion trunk/arch/ia64/include/asm/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ extern void *per_cpu_init(void);
* On the positive side, using __ia64_per_cpu_var() instead of __get_cpu_var() is slightly
* more efficient.
*/
#define __ia64_per_cpu_var(var) var
#define __ia64_per_cpu_var(var) (*({ \
__verify_pcpu_ptr(&(var)); \
((typeof(var) __kernel __force *)&(var)); \
}))

#include <asm-generic/percpu.h>

Expand Down

0 comments on commit 22bd938

Please sign in to comment.