commit | a5d157e0675ac11188a8d429a062b1938bb2d353 | [log] [tgz] |
---|---|---|
author | Björn Steinbrink <B.Steinbrink@gmx.de> | Sun Jun 25 16:24:40 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 11:32:44 2006 -0700 |
tree | 152d75b3ecda85427a92808ec363bc4d1c9bd243 | |
parent | 1d77062b1402aef5b26e1d3776991126e8026bde [diff] |
[PATCH] i386: Fix softirq accounting with 4K stacks Copy the softirq bits in preempt_count from the current context into the hardirq context when using 4K stacks to make the softirq_count macro work correctly and thereby fix softirq cpu time accounting. Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de> Acked-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>