diff options
-rw-r--r-- | arch/parisc/math-emu/float.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; | |||
484 | * | |G|L|E|U|X| | 484 | * | |G|L|E|U|X| |
485 | * +-------+-------+-------+-------+-------+-------+-------+-------+ | 485 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
486 | */ | 486 | */ |
487 | #define Allexception(object) (object) | ||
488 | #define Greaterthanbit(object) Bitfield_extract( 27, 1,object) | 487 | #define Greaterthanbit(object) Bitfield_extract( 27, 1,object) |
489 | #define Lessthanbit(object) Bitfield_extract( 28, 1,object) | 488 | #define Lessthanbit(object) Bitfield_extract( 28, 1,object) |
490 | #define Equalbit(object) Bitfield_extract( 29, 1,object) | 489 | #define Equalbit(object) Bitfield_extract( 29, 1,object) |