...
Why the double parentheses?
More importantly, I would say ldm.c should rather use
get_unaligned_be*() directly. No need to hide what these macros are
about by using a local alias.
After that, ldm.c should be inspected for whether really all of the
accesses are unaligned. If there are any which are guaranteed to be
aligned, they should of course be turned into be*_to_cpu(). But
separately from this conversion to get_unaligned_be*().
--
Stefan Richter
-=====-==--- -=-= ---=-
http://arcgraph.de/sr/
--