Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14071
b: refs/heads/master
c: 66341a9
h: refs/heads/master
i:
  14069: 81b7de2
  14067: 7bc9a34
  14063: 8baa3eb
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed Nov 14, 2005
1 parent b6dfa98 commit 7c6e6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0f5c79f2920cbc21c718daeb0b12d69acf4de163
refs/heads/master: 66341a905ef5b3e7aea65b5d9bd1b0361b0ccc61
2 changes: 1 addition & 1 deletion trunk/include/linux/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern void free_percpu(const void *);

#else /* CONFIG_SMP */

#define per_cpu_ptr(ptr, cpu) (ptr)
#define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); (ptr); })

static inline void *__alloc_percpu(size_t size, size_t align)
{
Expand Down

0 comments on commit 7c6e6f9

Please sign in to comment.