28 Sep, 2005
1 commit
-
powerpc: Merge byteorder.h
Essentially adopts the 64-bit version of this file. The 32-bit version had
been using unsigned ints for arguments/return values that were actually
only 16 bits - the new file uses __u16 for these items as in the 64-bit
version of the header. The order of some of the asm constraints
in the 64-bit version was slightly different than the 32-bit version,
but they produce identical code.Signed-off-by: Becky Bruce
Signed-off-by: Kumar Gala
Signed-off-by: Paul Mackerras