commit | 48c8b1134249432318c8e5d19adc37c45242c4b1 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Sep 06 15:16:20 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:16 2005 -0700 |
tree | c8ecc8563a1fc19b6909c8d709175792f618e856 | |
parent | a888cebe17e39476e5ca18c3a4bd96c6775070db [diff] |
[PATCH] x86_64: Fix off by one in e820_mapped This allows a valid iommu placed immediately after memory to work, to be recognized as after the last byte of memory and not overlapping it. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>