From: Becky Bruce Date: Tue, 27 Sep 2005 19:28:56 +0000 (-0500) Subject: [PATCH] powerpc: merge byteorder.h X-Git-Tag: v2.6.15-rc1~59^2~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a559c91d77c3220be521453bd23815e1e1980a82;p=pandora-kernel.git [PATCH] powerpc: merge byteorder.h 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 --- Reading git-diff-tree failed