From 72581cecee411be2b2c00226c98e0c20aab337a2 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Tue, 8 Sep 2015 17:49:31 +0200 Subject: [PATCH] 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-format-patch failed