From: Harvey Harrison <harvey.harrison@gmail.com>
Date: Tue, 20 May 2008 12:24:09 -0700
But what you're doing in the first patch is killing performance for some
cases.
The reason we use the cpu_to_*p() interfaces is to get the other-endian
load and store instructions some processors have.
What you're doing is undoing all of that work we've done to take
advantage of such things.
--