From: Michael Opdenacker Date: Wed, 23 Oct 2013 10:37:08 +0000 (+0200) Subject: parisc: remove duplicate define X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~11447^2~7 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e4be260d156409ebdabf1e13ed547d3703801c5f;p=mirror_ubuntu-artful-kernel.git parisc: remove duplicate define This patch removes a duplicate define from arch/parisc/math-emu/float.h Signed-off-by: Michael Opdenacker Signed-off-by: Helge Deller --- diff --git a/arch/parisc/math-emu/float.h b/arch/parisc/math-emu/float.h index ce76f6dfa25b..7a51f97e72e6 100644 --- a/arch/parisc/math-emu/float.h +++ b/arch/parisc/math-emu/float.h @@ -484,7 +484,6 @@ typedef int VOID; * | |G|L|E|U|X| * +-------+-------+-------+-------+-------+-------+-------+-------+ */ -#define Allexception(object) (object) #define Greaterthanbit(object) Bitfield_extract( 27, 1,object) #define Lessthanbit(object) Bitfield_extract( 28, 1,object) #define Equalbit(object) Bitfield_extract( 29, 1,object)