From: Tejun Heo Date: Tue, 1 Dec 2009 23:36:58 +0000 (+0900) Subject: percpu: add missing per_cpu_ptr_to_phys() definition for UP X-Git-Tag: v2.6.33-rc1~288^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0a6efc1897ef817e177e669f5c5d211194df24;p=pandora-kernel.git percpu: add missing per_cpu_ptr_to_phys() definition for UP 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 Cc: Vivek Goyal Reported-by: Randy Dunlap --- Reading git-diff-tree failed