Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93432
b: refs/heads/master
c: fc215fe
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Apr 21, 2008
1 parent f5182ba commit d31860a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87c448c2f2dd734910617274637e726c82d0af25
refs/heads/master: fc215fe7e6f0420afee0e0987fcc311929ee662f
8 changes: 7 additions & 1 deletion trunk/arch/powerpc/kernel/cpu_setup_6xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
#include <asm/cache.h>

_GLOBAL(__setup_cpu_603)
b setup_common_caches
mflr r4
BEGIN_FTR_SECTION
bl __init_fpu_registers
END_FTR_SECTION_IFCLR(CPU_FTR_FPU_UNAVAILABLE)
bl setup_common_caches
mtlr r4
blr
_GLOBAL(__setup_cpu_604)
mflr r4
bl setup_common_caches
Expand Down

0 comments on commit d31860a

Please sign in to comment.