From: Will Deacon Date: Fri, 1 Jul 2011 13:37:08 +0000 (+0100) Subject: ARM: 6988/1: multi-cpu: remove arguments from CPU proc macros X-Git-Tag: v3.1-rc1~258^2~1^6~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca5dc2a0028d64229aef1b7839bcbae1d864c5f;p=pandora-kernel.git ARM: 6988/1: multi-cpu: remove arguments from CPU proc macros The macros for invoking functions via the processor struct in the MULTI_CPU case define the arguments as part of the macros, making it impossible to take the address of those functions. This patch removes the arguments from the macro definitions so that we can take the address of these functions like we can for the !MULTI_CPU case. Reported-by: Frank Hofmann Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed