m68k: Allow ioremapping top of memory
authorPhilippe De Muyter <phdm@macqel.be>
Sun, 6 Dec 2009 19:28:41 +0000 (20:28 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 27 Feb 2010 17:27:13 +0000 (18:27 +0100)
commit88cb773c5f8e45e48f3a89480610448974337cb0
tree0dbb615f3eebace13263455c7117e9a665749793
parent145452649d035e4e5152f6c4e6798c41960cad3e
m68k: Allow ioremapping top of memory

The test in __ioremap to reject memory ranges crossing the 0 boundary
rejects also memory ranges ending at the end of the memory.  Fix that.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mm/kmap.c