Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3617 → Rev 3618

/branches/sparc/boot/arch/sparc64/loader/main.c
67,8 → 67,15
release, revision, timestamp);
}
 
/* the lowest ID (read from the VER register) of some US3 CPU model */
#define FIRST_US3_CPU 0x14
 
/* the greatest ID (read from the VER register) of some US3 CPU model */
#define LAST_US3_CPU 0x19
 
/**
* Sets the global variable "subarchitecture" to the correct value.
*/
static void detect_subarchitecture(void)
{
uint64_t v;