Skip to content

Commit

Permalink
sparc64: unify math-emu
Browse files Browse the repository at this point in the history
Move relavent files to sparc/math-emu and
adjust path/include accordingly.

Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sravnborg authored and davem330 committed Dec 4, 2008
1 parent 774434b commit 5115f39
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <asm/ptrace.h>
#include <asm/uaccess.h>

#include "sfp-util.h"
#include "sfp-util_64.h"
#include <math-emu/soft-fp.h>
#include <math-emu/single.h>
#include <math-emu/double.h>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/sparc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
7 changes: 0 additions & 7 deletions arch/sparc64/math-emu/Makefile

This file was deleted.

0 comments on commit 5115f39

Please sign in to comment.