Nathan Lynch df211c8a47 [POWERPC] Remove spinlock from struct cpu_purr_data
cpu_purr_data is a per-cpu array used to account for stolen time on
partitioned systems.  It used to be the case that cpus accessed each
others' cpu_purr_data, so each entry was protected by a spinlock.

However, the code was reworked ("Simplify stolen time calculation")
with the result that each cpu accesses its own cpu_purr_data and not
those of other cpus.  This means we can get rid of the spinlock as
long as we're careful to disable interrupts when accessing
cpu_purr_data in process context.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-06-25 16:58:11 +10:00
..
2007-06-01 08:18:29 -07:00
2007-05-09 07:12:20 +02:00
2007-06-01 08:18:29 -07:00
2007-06-01 08:18:27 -07:00
2007-06-11 18:20:55 +01:00
2007-05-31 17:38:11 +02:00
2007-05-31 01:52:51 -07:00
2007-06-08 17:23:33 -07:00
2007-06-08 17:23:34 -07:00