]> git.neil.brown.name Git - history.git/commit
[PATCH] slab: Rework the slab timer code to use add_timer_on
authorAndrew Morton <akpm@digeo.com>
Wed, 30 Oct 2002 07:25:13 +0000 (23:25 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 30 Oct 2002 07:25:13 +0000 (23:25 -0800)
commitbf19f75ecae34747768f6dafd857520348895380
treefea76f893b06272522b0f41b599812057d0783c1
parentfd1425d56e4b0a0f8739b7a21ae9befe1a0f9e44
[PATCH] slab: Rework the slab timer code to use add_timer_on

Manfred had all this weird code to schedule a kernel thread onto a
different CPU just so that we could bond a timer to that CPU.

Convert it all to use the new add_timer_on().
mm/slab.c