ARM: fix regression in IXP4xx clocksource
authorRichard Cochran <richardcochran@gmail.com>
Fri, 15 Jul 2011 19:33:12 +0000 (21:33 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Jul 2011 01:02:35 +0000 (18:02 -0700)
commit900b170af40b4fef54e89f3d48d055f7d8031ae6
tree3a7a4fba6d5efd200eeab0eabbaf1d6fd632c894
parentaf8a927c8bdea82cf220e0b720d64daaf073a969
ARM: fix regression in IXP4xx clocksource

Commit 234b6ceddb4fc2a4bc5b9a7670f070f6e69e0868

   clocksource: convert ARM 32-bit up counting clocksources

broke the build for ixp4xx and made big endian operation impossible.
This commit restores the original behaviour.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl>
[ Thomas says that we might want to have generic BE accessor functions
  to the MMIO clock source, but that hasn't happened yet, so in the
  meantime this seems to be the short-term fix for the particular
  problem - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/mach-ixp4xx/common.c