commit | 066123a535927b3f17cac2305258cc71abdb0d92 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Apr 10 12:02:40 2009 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Apr 10 21:36:18 2009 +0200 |
tree | 0913cbe29cd9f08cf98d828e50a109181351087a | |
parent | 36cd3c9f925b9307236505ae7ad1ad7ac4d4357c [diff] |
percpu: unbreak alpha percpu 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>