]> git.karo-electronics.de Git - karo-tx-linux.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)
commitca0c40c38c3bd9be82601cc5623ea4cc8addc236
tree5b9ba13c8a85db23c2747ed096bb47f59c4cab8d
parent3f00f4d8f083bc61005d0a1ef592b149f5c88bbd
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]