From: Florian Zumbiehl Date: Wed, 11 Aug 2010 21:17:33 +0000 (-0700) Subject: parisc: fix wrong page aligned size calculation in ioremapping code X-Git-Tag: v2.6.36-rc1~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a292dfa01794477126d3f022559eb235edde00b0;p=pandora-kernel.git parisc: fix wrong page aligned size calculation in ioremapping code parisc __ioremap(): fix off-by-one error in page alignment of allocation size for sizes where size%PAGE_SIZE==1. Signed-off-by: Florian Zumbiehl Cc: Kyle McMartin Acked-by: Helge Deller Tested-by: Helge Deller Cc: "James E.J. Bottomley" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed