https://github.com/torvalds/linux
Revision 1c6fe9465941df04a1ad8f009bd6d95b20072a58 authored by Magnus Damm on 26 October 2005, 08:58:59 UTC, committed by Linus Torvalds on 26 October 2005, 17:39:43 UTC
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 <magnus@valinux.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 8712e55
History
Tip revision: 1c6fe9465941df04a1ad8f009bd6d95b20072a58 authored by Magnus Damm on 26 October 2005, 08:58:59 UTC
[PATCH] NUMA: broken per cpu pageset counters
Tip revision: 1c6fe94
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.6 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top