commit | 468c30f2bbdf1ba0fbf16667eade23a46eaa8f06 | [log] [tgz] |
---|---|---|
author | Florian Zumbiehl <florz@florz.de> | Tue Jul 20 15:19:47 2010 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Jul 20 16:56:35 2010 -0700 |
tree | 6822a6db298f5ae6a39fd317d00c3181c7982506 | |
parent | 92851e2fca48f1893f899963c13b55b61ac6956c [diff] |
x86, iomap: Fix wrong page aligned size calculation in ioremapping code x86 early_iounmap(): fix off-by-one error in page alignment of allocation size for sizes where size%PAGE_SIZE==1. Signed-off-by: Florian Zumbiehl <florz@florz.de> LKML-Reference: <201007202219.o6KMJlES021058@imap1.linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>