Commit graph

3 commits

Author SHA1 Message Date
Andi Kleen
b80f032f5c [PATCH] x86_64: Add a guard page at the end of the 47bit address space
This works around a bug in the AMD K8 CPUs.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Chris Wright <chrisw@osdl.org>
2005-05-26 21:20:11 -07:00
Linus Torvalds
27d050adf5 [PATCH] Fix get_unmapped_area sanity tests
Fix get_unmapped_area sanity tests

As noted by Chris Wright, we need to do the full range of tests regardless
of whether MAP_FIXED is set or not, so re-organize get_unmapped_area()
slightly to do the sanity checks unconditionally.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@osdl.org>
2005-05-26 21:20:00 -07:00
Greg KH
279a9acc9b 2.6.11 import 2005-05-12 09:59:06 -07:00