diff options
author | Helge Deller <deller@gmx.de> | 2021-09-09 00:27:00 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-09-09 13:44:31 +0300 |
commit | d97180ad68bdb7ee10f327205a649bc2f558741d (patch) | |
tree | 480fd5e30c16f5206d5d84caba31ae43d35de1af /arch/parisc/kernel/setup.c | |
parent | 907872baa9f1538eed02ec737b8e89eba6c6e4b9 (diff) | |
download | linux-d97180ad68bdb7ee10f327205a649bc2f558741d.tar.xz |
parisc: Mark sched_clock unstable only if clocks are not syncronized
We check at runtime if the cr16 clocks are stable across CPUs. Only mark
the sched_clock unstable by calling clear_sched_clock_stable() if we
know that we run on a system which isn't syncronized across CPUs.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/setup.c')
-rw-r--r-- | arch/parisc/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c index 3fb86ee507dd..cceb09855e03 100644 --- a/arch/parisc/kernel/setup.c +++ b/arch/parisc/kernel/setup.c @@ -150,8 +150,6 @@ void __init setup_arch(char **cmdline_p) #ifdef CONFIG_PA11 dma_ops_init(); #endif - - clear_sched_clock_stable(); } /* |