mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
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>
This commit is contained in:
parent
d59b3706a9
commit
774434bf33
@ -5,4 +5,4 @@
|
|||||||
# supress all warnings - as math.c produces a lot!
|
# supress all warnings - as math.c produces a lot!
|
||||||
ccflags-y := -w
|
ccflags-y := -w
|
||||||
|
|
||||||
obj-y := math.o
|
obj-y := math_$(BITS).o
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
|
|
||||||
#include "sfp-util.h"
|
#include "sfp-util_32.h"
|
||||||
#include <math-emu/soft-fp.h>
|
#include <math-emu/soft-fp.h>
|
||||||
#include <math-emu/single.h>
|
#include <math-emu/single.h>
|
||||||
#include <math-emu/double.h>
|
#include <math-emu/double.h>
|
Loading…
Reference in New Issue
Block a user