Skip to content

Commit

Permalink
parisc: remove duplicate define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Opdenacker authored and hdeller committed Nov 7, 2013
1 parent b0756b5 commit e4be260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/parisc/math-emu/float.h
Expand Up @@ -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)
Expand Down

0 comments on commit e4be260

Please sign in to comment.