diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-10-23 14:37:08 +0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-11-08 01:28:15 +0400 |
commit | e4be260d156409ebdabf1e13ed547d3703801c5f (patch) | |
tree | 0a2757e5e64550f410d0f926046294c45604a7d7 /arch/parisc/math-emu | |
parent | b0756b5adefcb51eaa84810a0b7abd4df8c19eb9 (diff) | |
download | linux-e4be260d156409ebdabf1e13ed547d3703801c5f.tar.xz |
parisc: remove duplicate define
This patch removes a duplicate define from
arch/parisc/math-emu/float.h
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/math-emu')
-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; * | |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) |