summaryrefslogblamecommitdiffstats
path: root/cpukit/score/cpu/sparc64/README
blob: 60fa8bbe9ff13f0a13dd5b9b9f6d5b32c0814948 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                            
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.