commit | 1c6fe9465941df04a1ad8f009bd6d95b20072a58 | [log] [tgz] |
---|---|---|
author | Magnus Damm <[email protected]> | Wed Oct 26 01:58:59 2005 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Oct 26 10:39:43 2005 -0700 |
tree | 8a603129e3f5df909476d41c09c9d87939c2839f | |
parent | 8712e553562bbbed9b3a99370f08e9bc25908a76 [diff] |
[PATCH] NUMA: broken per cpu pageset counters The NUMA counters in struct per_cpu_pageset (linux/mmzone.h) are never cleared today. This works ok for CPU 0 on NUMA machines because boot_pageset[] is already zero, but for other CPU:s this results in uninitialized counters. Signed-off-by: Magnus Damm <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>