[PATCH] powerpc: merge byteorder.h
authorBecky Bruce <bgill@freescale.com>
Tue, 27 Sep 2005 19:28:56 +0000 (14:28 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Sep 2005 05:42:53 +0000 (15:42 +1000)
commita559c91d77c3220be521453bd23815e1e1980a82
tree01191109d74ccfac274d443e1cd129b7bd650d7c
parent6b67f62cf655c80147435544a2f8f6f57e07ec87
[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 <becky.bruce@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/byteorder.h [new file with mode: 0644]
include/asm-ppc/byteorder.h [deleted file]
include/asm-ppc64/byteorder.h [deleted file]
This page took 0.024713 seconds and 5 git commands to generate.