ARM: OMAP: Fix consistent_sync()
authorTony Lindgren <tony@atomide.com>
Thu, 3 Nov 2005 00:18:23 +0000 (16:18 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Nov 2005 00:18:23 +0000 (16:18 -0800)
It looks like consistent_sync() is off by one on arm as the dmac
functions are being called with start and end instead of start and length.

Also posted to linux-arm-kernel mailing list:

http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2005-November/032037.html


No differences found