]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Enhance detection of synchronous cr16 clocksources
authorHelge Deller <deller@gmx.de>
Sun, 8 Jan 2017 10:01:11 +0000 (11:01 +0100)
committerHelge Deller <deller@gmx.de>
Wed, 10 May 2017 15:46:14 +0000 (17:46 +0200)
commitcc1957920d1fd51faebabe1fbb2ef720bafa3e85
tree3d6e8864e8935ac167efc3313913444b4eb2e811
parent3560475c97485ee107b750cd8fc8709db2458239
parisc: Enhance detection of synchronous cr16 clocksources

The cr16 clocks of the physical PARISC CPUs are usually nonsynchronous.
Nevertheless, it seems that each CPU socket (which holds two cores) of
PA8800 and PA8900 CPUs (e.g. in a C8000 workstation) is fed by the same
clock source, which makes the cr16 clocks of each CPU socket syncronous.
Let's try to detect such situations and mark the cr16 clocksource stable
on single-socket and single-core machines.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/processor.h
arch/parisc/kernel/processor.c
arch/parisc/kernel/time.c