From: Will Deacon Date: Wed, 10 Nov 2010 14:59:11 +0000 (+0100) Subject: ARM: 6472/1: vexpress ct-ca9x4: only set twd_base if local timers are being used X-Git-Tag: v2.6.37-rc2~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56c010f0d08bbecd05074eded7805d555da29b6;p=pandora-kernel.git ARM: 6472/1: vexpress ct-ca9x4: only set twd_base if local timers are being used In commit bde28b84, I made the assumption that CONFIG_SMP is always set for the quad-core ct-ca9x4 platform. As it turns out, people who aren't using the SMP goodness are confronted with a build failure. This patch fixes this issue by ensure that twd_base is only set if local timers are being used (and therefore SMP support is configured). Reported-by: Nicolas Pitre Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed