Changeset 6da1013f in mainline for kernel/arch/mips32/include/context_offset.h
- Timestamp:
- 2009-02-12T20:09:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84266669
- Parents:
- 7004747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/context_offset.h
r7004747 r6da1013f 115 115 sw $gp,OFFSET_GP(\ctx) 116 116 117 #ifndef KERNEL 117 #ifndef KERNEL 118 118 sw $k1,OFFSET_TLS(\ctx) 119 119 120 # ifdef CONFIG_MIPS_FPU120 #ifdef CONFIG_FPU 121 121 mfc1 $t0,$20 122 122 sw $t0, OFFSET_F20(\ctx) … … 151 151 mfc1 $t0,$30 152 152 sw $t0, OFFSET_F30(\ctx) 153 # endif /* CONFIG_MIPS_FPU */153 #endif /* CONFIG_FPU */ 154 154 #endif /* KERNEL */ 155 155 … … 173 173 lw $k1,OFFSET_TLS(\ctx) 174 174 175 # ifdef CONFIG_MIPS_FPU175 #ifdef CONFIG_FPU 176 176 lw $t0, OFFSET_F20(\ctx) 177 177 mtc1 $t0,$20 … … 206 206 lw $t0, OFFSET_F30(\ctx) 207 207 mtc1 $t0,$30 208 # endif /* CONFIG_MIPS_FPU */ 209 208 #endif /* CONFIG_FPU */ 210 209 #endif /* KERNEL */ 210 211 211 lw $ra,OFFSET_PC(\ctx) 212 212 lw $sp,OFFSET_SP(\ctx)
Note:
See TracChangeset
for help on using the changeset viewer.