Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sparc: prepare math-emu for unification

Add _32 to filenames to make them 32 bit unique

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Sam Ravnborg and committed by
David S. Miller
774434bf d59b3706

+2 -2
+1 -1
arch/sparc/math-emu/Makefile
··· 5 5 # supress all warnings - as math.c produces a lot! 6 6 ccflags-y := -w 7 7 8 - obj-y := math.o 8 + obj-y := math_$(BITS).o
+1 -1
arch/sparc/math-emu/math.c arch/sparc/math-emu/math_32.c
··· 69 69 #include <linux/mm.h> 70 70 #include <asm/uaccess.h> 71 71 72 - #include "sfp-util.h" 72 + #include "sfp-util_32.h" 73 73 #include <math-emu/soft-fp.h> 74 74 #include <math-emu/single.h> 75 75 #include <math-emu/double.h>
arch/sparc/math-emu/sfp-util.h arch/sparc/math-emu/sfp-util_32.h