https://github.com/torvalds/linux
Revision 418aade459f03318defd18ef0b11981a63bd81b0 authored by Christoph Lameter on 10 February 2006, 09:51:15 UTC, committed by Linus Torvalds on 10 February 2006, 16:13:13 UTC
This adds some additional comments in order to help others figure out how
exactly the code works.  And fix a variable name.

Also swap_page does need to ignore all reference bits when unmapping a
page.  Otherwise we may have to repeatedly unmap a frequently touched page.
So change the try_to_unmap parameter to 1.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 8977d92
History
Tip revision: 418aade459f03318defd18ef0b11981a63bd81b0 authored by Christoph Lameter on 10 February 2006, 09:51:15 UTC
[PATCH] Updates for page migration
Tip revision: 418aade
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 65.9 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top