Changeset 4eeed005 in rtems
- Timestamp:
- 10/06/11 16:42:52 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 87f92e4
- Parents:
- eefcfa1
- Location:
- cpukit/score/cpu/sparc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sparc64/ChangeLog
reefcfa1 r4eeed005 1 2011-10-06 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1918/cpukit 4 * cpu.c: Initialize context with cleared g4 register. 5 1 6 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 7 -
cpukit/score/cpu/sparc64/cpu.c
reefcfa1 r4eeed005 105 105 the_context->i6_fp = 0; 106 106 107 /* ABI uses g4 as segment register, make sure it is zeroed */ 108 the_context->g4 = 0; 109 107 110 /* PSTATE used to be built here, but is no longer included in context */ 108 111
Note: See TracChangeset
for help on using the changeset viewer.