Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3590 → Rev 3591

/branches/sparc/kernel/arch/sparc64/include/register.h
133,7 → 133,7
unsigned pcap : 17; /**< Processor capabilities. */
#elif defined (US3)
uint64_t : 37;
unsigned mid : 10; /**< Module (processor) ID register. */
unsigned mid : 10; /**< Agent ID in US-IV+ manual.*/
uint64_t : 17;
#endif
} __attribute__ ((packed));