percpu: add missing per_cpu_ptr_to_phys() definition for UP
Commit 3b034b0d implemented per_cpu_ptr_to_phys() but forgot to add UP definition. Add UP definition which is simple wrapper around __pa(). Signed-off-by: NTejun Heo <tj@kernel.org> Cc: Vivek Goyal <vgoyal@redhat.com> Reported-by: NRandy Dunlap <randy.dunlap@oracle.com>
Showing
想要评论请 注册 或 登录