mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-09 14:44:17 +00:00
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>