Skip to content

Commit

Permalink
sh: Support denormalization on SH-4 FPU.
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Stuart Menefy authored and Paul Mundt committed Jan 28, 2008
1 parent 453ec9c commit c8c0a1a
Show file tree
Hide file tree
Showing 4 changed files with 1,259 additions and 181 deletions.
2 changes: 1 addition & 1 deletion arch/sh/kernel/cpu/sh4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
obj-y := probe.o common.o
common-y += $(addprefix ../sh3/, entry.o ex.o)

obj-$(CONFIG_SH_FPU) += fpu.o
obj-$(CONFIG_SH_FPU) += fpu.o softfloat.o
obj-$(CONFIG_SH_STORE_QUEUES) += sq.o

# CPU subtype setup
Expand Down
Loading

0 comments on commit c8c0a1a

Please sign in to comment.