Back to home page

LXR

 
 

    


Warning, /cpukit/score/cpu/sparc64/README.md is written in an unsupported language. File is not indexed.

0001 SPARC64
0002 =======
0003 
0004 A lot of explanation needed, will do when known.
0005 
0006 The score/cpu/sparc64 contains only code that can execute without accessing 
0007 privileged registers or using privileged instructions. This was done because
0008 the privileged registers differ between the sun4u and sun4v models.
0009 
0010 The model specific and privileged code that would normally be found in 
0011 score/cpu/sparc64 resides in libcpu/sparc64/@RTEMS_CPU_MODEL@/score or in
0012 libcpu/sparc64/shared/score directory. This is primarily the interrupt 
0013 handling code.
0014