forked from Imagelibrary/rtems
PR 1561/cpukit * .cvsignore, ChangeLog, Makefile.am, Makefile.in, README, context.S, cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h, rtems/score/sparc64.h, rtems/score/types.h: New files.
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
A lot of explanation needed, will do when known.
|
|
|
|
The score/cpu/sparc64 contains only code that can execute without accessing
|
|
privileged registers or using privileged instructions. This was done because
|
|
the privileged registers differ between the sun4u and sun4v models.
|
|
|
|
The model specific and privileged code that would normally be found in
|
|
score/cpu/sparc64 resides in libcpu/sparc64/@RTEMS_CPU_MODEL@/score or in
|
|
libcpu/sparc64/shared/score directory. This is primarily the interrupt
|
|
handling code.
|
|
|