aboutsummaryrefslogtreecommitdiff
path: root/lib/clz_tab.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller1-0/+18
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]> Signed-off-by: James Morris <[email protected]>