]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Use generic asm/unaligned.h
authorPaul Burton <paul.burton@imgtec.com>
Mon, 17 Oct 2016 14:56:21 +0000 (15:56 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:36 +0000 (16:34 +0100)
commitd314541f7b66d75bca6f1ca6140f525976c5b47f
tree5b9ba13c8a85db23c2747ed096bb47f59c4cab8d
parente6451cbf38027fd19acac2973c1c27d26b9209e4
MIPS: Use generic asm/unaligned.h

The MIPS-specific asm/unaligned.h provides nothing that the generic
version doesn't - it simply uses MIPS-specific endianness macros in
place of generic ones & lacks support for
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. Remove it & switch to using the
generic version to remove duplication.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14412/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/Kbuild
arch/mips/include/asm/unaligned.h [deleted file]