git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b034b0
)
percpu: add missing per_cpu_ptr_to_phys() definition for UP
author
Tejun Heo
<tj@kernel.org>
Tue, 1 Dec 2009 23:36:58 +0000
(08:36 +0900)
committer
Tejun Heo
<tj@kernel.org>
Tue, 1 Dec 2009 23:36:58 +0000
(08:36 +0900)
Commit
3b034b0d084221596bf35c8d893e1d4d5477b9cc
implemented
per_cpu_ptr_to_phys() but forgot to add UP definition. Add UP
definition which is simple wrapper around __pa().
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
No differences found