From: Stephen Rothwell Date: Tue, 12 Apr 2011 04:00:40 +0000 (+1000) Subject: sched, sparc64: Turn cpu_coregroup_mask() into a real function X-Git-Tag: v3.0-rc1~403^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3905c54f2bd2c6f937f87307987ca072eabc3e7b;p=pandora-kernel.git sched, sparc64: Turn cpu_coregroup_mask() into a real function This compile error triggers on Sparc64: kernel/sched.c:7140: error: 'cpu_coregroup_mask' undeclared here (not in a function) Because after the recent scheduler domain cleanups the scheduler uses this arch method as a function pointer in a scheduler topology data structure - which is not possible with a macro. Signed-off-by: Stephen Rothwell Acked-by: David S. Miller Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20110412140040.3020ef55.sfr@canb.auug.org.au Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed