On Tue, Jul 12, 2011 at 08:31:28AM +0800, Bryan Wu wrote: > I think this is a great idea. what about moving it to include/asm-generic/ Except, instead of: if (machine_is(mach)) return fn(); \ we'd need: if (machine_is_##mach()) return fn(); \