]> Git Repo - linux.git/commitdiff
parisc: remove duplicate define
authorMichael Opdenacker <[email protected]>
Wed, 23 Oct 2013 10:37:08 +0000 (12:37 +0200)
committerHelge Deller <[email protected]>
Thu, 7 Nov 2013 21:28:15 +0000 (22:28 +0100)
This patch removes a duplicate define from
arch/parisc/math-emu/float.h

Signed-off-by: Michael Opdenacker <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
arch/parisc/math-emu/float.h

index ce76f6dfa25b0995424c31363580771a1f8a3746..7a51f97e72e690042fcdfbd2195507d2a3459194 100644 (file)
@@ -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)
This page took 0.064123 seconds and 4 git commands to generate.