IB: Remove __constant_{endian} uses
authorHarvey Harrison <harvey.harrison@gmail.com>
Sun, 18 Jan 2009 01:11:57 +0000 (17:11 -0800)
committerRoland Dreier <rolandd@cisco.com>
Sun, 18 Jan 2009 01:11:57 +0000 (17:11 -0800)
The base versions handle constant folding just fine, use them
directly.  The replacements are OK in the include/ files as they are
not exported to userspace so we don't need the __ prefixed versions.

This patch does not affect code generation at all.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found