Changeset 46c20c8 in mainline for kernel/arch/ppc32/src/exception.S
- Timestamp:
- 2010-11-26T20:08:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45df59a
- Parents:
- fb150d78 (diff), ffdd2b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ppc32/src/exception.S (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/exception.S
rfb150d78 r46c20c8 28 28 29 29 #include <arch/asm/regname.h> 30 #include <arch/cpu.h> 30 31 #include <arch/mm/page.h> 31 32 … … 34 35 .macro CONTEXT_STORE 35 36 36 # save R12 in SPRG1, backup CR in R1237 # save r12 in SPRG1, backup CR in r12 37 38 # save SP in SPRG2 38 39 39 40 mtsprg1 r12 40 41 mfcr r12 … … 288 289 289 290 mfmsr r12 290 ori r12, r12, ( msr_ir | msr_dr)@l291 ori r12, r12, (MSR_IR | MSR_DR)@l 291 292 mtsrr1 r12 292 293 … … 307 308 308 309 mfmsr r12 309 ori r12, r12, ( msr_ir | msr_dr)@l310 ori r12, r12, (MSR_IR | MSR_DR)@l 310 311 mtsrr1 r12 311 312
Note:
See TracChangeset
for help on using the changeset viewer.
