Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1902 → Rev 1903

/trunk/kernel/arch/sparc64/include/cpu.h
35,6 → 35,7
#ifndef KERN_sparc64_CPU_H_
#define KERN_sparc64_CPU_H_
 
#include <arch/types.h>
#include <arch/register.h>
 
#define MANUF_FUJITSU 0x04
51,8 → 52,9
#define IMPL_SPARC64V 0x5
 
struct cpu_arch {
uint32_t mid; /**< Processor ID as read from UPA_CONFIG. */
ver_reg_t ver;
uint32_t clock_frequency;
uint32_t clock_frequency; /**< Processor frequency in MHz. */
};
#endif