m68knommu: use "r", not "i" constraint in cacheflush asm's
authorPhilippe De Muyter <phdm@macqel.be>
Sun, 9 Sep 2012 15:56:35 +0000 (17:56 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 27 Sep 2012 13:28:40 +0000 (23:28 +1000)
Let the compiler choose which register to use in the cache flushing
asm statements, instead of imposing %d0.

Additionally, fix two typo's.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found