git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86f8bed
)
lib: Fix multiple definitions of clz_tab
author
David Miller
<davem@davemloft.net>
Wed, 1 Feb 2012 22:17:54 +0000
(
00:17
+0200)
committer
James Morris
<jmorris@namei.org>
Wed, 1 Feb 2012 23:34:23 +0000
(10:34 +1100)
Both sparc 32-bit's software divide assembler and MPILIB provide
clz_tab[] with identical contents.
Break it out into a seperate object file and select it when
SPARC32 or MPILIB is set.
Reported-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Morris <jmorris@namei.org>
No differences found