Changeset 8b1439e in mainline for arch/ppc32/src/fpu_context.S


Ignore:
Timestamp:
2006-03-14T15:14:56Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d01bbd
Parents:
d9e11ff2
Message:

ppc32: initial I/O support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/fpu_context.S

    rd9e11ff2 r8b1439e  
    3434.global fpu_context_save
    3535.global fpu_context_restore
     36.global fpu_init
     37.global fpu_enable
     38.global fpu_disable
    3639
    3740.macro FPU_CONTEXT_STORE r
     
    9295       
    9396        blr
     97
     98fpu_init:
     99        blr
     100
     101fpu_enable:
     102        blr
     103
     104fpu_disable:
     105        blr
Note: See TracChangeset for help on using the changeset viewer.