commit | fd429a0842c61b60e02a7e63430a609957821c67 | [log] [tgz] |
---|---|---|
author | Mark Salter <msalter@redhat.com> | Thu Sep 23 16:40:22 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 23 09:12:21 2010 -0700 |
tree | 41c0ee0cbb3b2c388723bf17edf1df66cb949e8c | |
parent | 57aebd7739c8dbbf403876ee1e9673fafc83d856 [diff] |
MN10300: Fix endianess of ext2 bitops The MN10300 arch ext2 bitops assume a big-endian kernel, but the MN10300 arch only runs in little-endian mode. Reported-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com> Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>