From: Sam Ravnborg Date: Mon, 17 Nov 2008 04:07:11 +0000 (-0800) Subject: sparc64: unify math-emu X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5115f39c2034cb80a050d996a2a6343bce189628;p=linux-beck.git sparc64: unify math-emu Move relavent files to sparc/math-emu and adjust path/include accordingly. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- diff --git a/arch/sparc64/math-emu/math.c b/arch/sparc/math-emu/math_64.c similarity index 99% rename from arch/sparc64/math-emu/math.c rename to arch/sparc/math-emu/math_64.c index add053e0f3b3..6863c9bde25c 100644 --- a/arch/sparc64/math-emu/math.c +++ b/arch/sparc/math-emu/math_64.c @@ -16,7 +16,7 @@ #include #include -#include "sfp-util.h" +#include "sfp-util_64.h" #include #include #include diff --git a/arch/sparc64/math-emu/sfp-util.h b/arch/sparc/math-emu/sfp-util_64.h similarity index 100% rename from arch/sparc64/math-emu/sfp-util.h rename to arch/sparc/math-emu/sfp-util_64.h diff --git a/arch/sparc64/Makefile b/arch/sparc64/Makefile index 51bc33a6ef33..e9f98ec4a69e 100644 --- a/arch/sparc64/Makefile +++ b/arch/sparc64/Makefile @@ -28,7 +28,7 @@ endif head-y := arch/sparc64/kernel/head.o arch/sparc64/kernel/init_task.o core-y += arch/sparc64/kernel/ arch/sparc64/mm/ -core-y += arch/sparc64/math-emu/ +core-y += arch/sparc/math-emu/ libs-y += arch/sparc64/prom/ arch/sparc64/lib/ drivers-$(CONFIG_OPROFILE) += arch/sparc64/oprofile/ diff --git a/arch/sparc64/math-emu/Makefile b/arch/sparc64/math-emu/Makefile deleted file mode 100644 index cc5cb9baf6aa..000000000000 --- a/arch/sparc64/math-emu/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for the FPU instruction emulation. -# - -obj-y := math.o - -EXTRA_CFLAGS = -Iinclude/math-emu -w