percpu: unbreak alpha percpu
authorTejun Heo <tj@kernel.org>
Fri, 10 Apr 2009 19:02:40 +0000 (12:02 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 10 Apr 2009 19:36:18 +0000 (21:36 +0200)
For the time being, move the generic percpu_*() accessors to
linux/percpu.h.

asm-generic/percpu.h is meant to carry generic stuff for low level
stuff - declarations, definitions and pointer offset calculation
and so on but not for generic interface.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found