From: Helge Deller Date: Tue, 8 Sep 2015 15:49:31 +0000 (+0200) Subject: parisc: Drop CONFIG_SMP around update_cr16_clocksource() X-Git-Tag: omap-for-v4.3/fixes-rc1~55^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72581cecee411be2b2c00226c98e0c20aab337a2;p=pandora-kernel.git parisc: Drop CONFIG_SMP around update_cr16_clocksource() No need to use CONFIG_SMP around update_cr16_clocksource(). It checks for num_online_cpus() beeing greater than 1, which is always 1 in UP builds. Signed-off-by: Helge Deller --- Reading git-diff-tree failed