From: Tony Breeds Date: Tue, 12 Jun 2012 04:57:26 +0000 (+1000) Subject: Fix the swab* macros. X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=0298b541149eca4c30749085694526a0040d0982;hp=0298b541149eca4c30749085694526a0040d0982;p=yaboot.git Fix the swab* macros. The macros a fundamentally broken as they reuse the argument several times. Replace them with static inline funcations that /should/ be correct. Signed-off-by: Tony Breeds ---