11 Jan, 2009
1 commit
-
For Cavium OCTEON, compute the return epc value for OCTEON specific
branch instructions.Signed-off-by: Tomaso Paoletti
Signed-off-by: David Daney
Signed-off-by: Ralf Baechle
14 Jul, 2007
1 commit
-
Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle
20 Jun, 2006
1 commit
-
The struct mips_fpu_soft_struct and mips_fpu_hard_struct are
completely same now and the kernel fpu emulator assumes that. This
patch unifies them to mips_fpu_struct and get rid of mips_fpu_union.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle
27 Apr, 2006
1 commit
-
In the branch emulation for floating-point exceptions, __compute_return_epc
must determine for bc1f et al which condition code bit to test. This is
based on bits of the rt field. The switch statement to distinguish
bc1f et al needs to use only the two low bits of rt, but the old code tests
on the whole rt field. This patch masks off the proper bits.Signed-off-by: Win Treese
Signed-off-by: Ralf Baechle
30 Oct, 2005
2 commits
-
Signed-off-by: Ralf Baechle
-
coprocessor unusable exception since the process can lose its fpu
context by preemption.Signed-off-by: Ralf Baechle
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!