]> git.neil.brown.name Git - history.git/commit
[PATCH] percpu: convert timers
authorAndrew Morton <akpm@digeo.com>
Wed, 30 Oct 2002 07:31:37 +0000 (23:31 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 30 Oct 2002 07:31:37 +0000 (23:31 -0800)
commitcf228cdc908ed78c54475aa3f91b775d1f1f7da1
treed17cc558d178b139691e7c1018b16f1b707af2c0
parentc12e16e28b4cf576840cff509caf0c06ff4dc299
[PATCH] percpu: convert timers

Patch from Dipankar Sarma <dipankar@in.ibm.com>

This patch changes the per-CPU data in timer management (tvec_bases)
to use per_cpu data area and makes it safe for cpu_possible allocation
by using CPU notifiers. End result - saving space.

Depends on cpu_possible patch.
kernel/timer.c