https://github.com/torvalds/linux
Revision 1c9cf6f9861f8d27303ee2531b3b7686269c71ce authored by Deepak Saxena on 27 August 2005, 01:34:11 UTC, committed by Linus Torvalds on 27 August 2005, 02:37:12 UTC
We are currently reserving one byte more than actually needed by the flash
device and overlapping into the next I/O expansion bus window.  This a)
causes us to allocate an extra page of VM due to ARM ioremap() alignment
code and b) could cause problems if another driver tries to request the
next expansion bus window.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 485761b
History
Tip revision: 1c9cf6f9861f8d27303ee2531b3b7686269c71ce authored by Deepak Saxena on 27 August 2005, 01:34:11 UTC
[PATCH] arm: fix IXP4xx flash resource range
Tip revision: 1c9cf6f

README

back to top