projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0756b5
)
parisc: remove duplicate define
author
Michael Opdenacker
<michael.opdenacker@free-electrons.com>
Wed, 23 Oct 2013 10:37:08 +0000
(12:37 +0200)
committer
Helge Deller
<deller@gmx.de>
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 <michael.opdenacker@free-electrons.com>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/math-emu/float.h
patch
|
blob
|
history
diff --git
a/arch/parisc/math-emu/float.h
b/arch/parisc/math-emu/float.h
index
ce76f6d
..
7a51f97
100644
(file)
--- 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)