Subversion Repositories HelenOS

Rev

Rev 3582 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3582 Rev 3770
Line 37... Line 37...
37
 
37
 
38
#include <arch.h>
38
#include <arch.h>
39
#include <cpu.h>
39
#include <cpu.h>
40
#include <arch/register.h>
40
#include <arch/register.h>
41
#include <arch/asm.h>
41
#include <arch/asm.h>
-
 
42
#include <arch/sun4u/cpu.h>
42
 
43
 
43
/**
44
/**
44
 * Find the processor (sub)family.
45
 * Find the processor (sub)family.
45
 *
46
 *
46
 * @return  true iff the CPU belongs to the US family
47
 * @return  true iff the CPU belongs to the US family
Line 77... Line 78...
77
}
78
}
78
   
79
   
79
#endif
80
#endif
80
 
81
 
81
/** @}
82
/** @}
82
 */
-
 
83
83
 */
-
 
84