From: Grant Grundler Date: Sun, 3 Sep 2006 07:02:16 +0000 (-0700) Subject: [PARISC] Add new function to start local Interval Timer, start_cpu_itimer() X-Git-Tag: v2.6.19-rc1~34^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f335c89e28c488b1bfea3e5e697fce805c784d;p=pandora-kernel.git [PARISC] Add new function to start local Interval Timer, start_cpu_itimer() I couldn't find where the itimer was getting started for slave CPUs. CPU 0 (master) itimer was started in time_init() (arch/parisc/kernel/time.c). start_cpu_itimer() code was striped from time_init(). Slaves now start their itimer in smp_cpu_init(). This is a first step towards making gettimeoffset() work for SMP. Next step will be to determine the CR16 (cycle counter) offsets for each CPU relative to the master (CPU 0). Signed-off-by: Grant Grundler Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed