Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161653
b: refs/heads/master
c: a76761b
h: refs/heads/master
i:
  161651: 44b60a9
v: v3
  • Loading branch information
Tejun Heo committed Jul 15, 2009
1 parent 2110379 commit 002d21a
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 872fb6dd6b07986417964e089074e7acfd025f4c
refs/heads/master: a76761b621bcd8336065c4fe3a74f046858bc34c
5 changes: 5 additions & 0 deletions trunk/include/linux/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ static inline void free_percpu(void *p)

static inline void __init setup_per_cpu_areas(void) { }

static inline void *pcpu_lpage_remapped(void *kaddr)
{
return NULL;
}

#endif /* CONFIG_SMP */

#define alloc_percpu(type) (type *)__alloc_percpu(sizeof(type), \
Expand Down

0 comments on commit 002d21a

Please sign in to comment.