Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175916
b: refs/heads/master
c: ee0a6ef
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Dec 1, 2009
1 parent 1624e54 commit 8b3fd9e
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: 3b034b0d084221596bf35c8d893e1d4d5477b9cc
refs/heads/master: ee0a6efc1897ef817e177e669f5c5d211194df24
5 changes: 5 additions & 0 deletions trunk/include/linux/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ static inline void free_percpu(void *p)
kfree(p);
}

static inline phys_addr_t per_cpu_ptr_to_phys(void *addr)
{
return __pa(addr);
}

static inline void __init setup_per_cpu_areas(void) { }

static inline void *pcpu_lpage_remapped(void *kaddr)
Expand Down

0 comments on commit 8b3fd9e

Please sign in to comment.