Subversion Repositories HelenOS

Rev

Rev 3862 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3862 Rev 4130
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <arch/cpu_family.h>
35
#include <arch/sun4u/cpu_family.h>
36
#include <cpu.h>
36
#include <cpu.h>
37
#include <arch.h>
37
#include <arch.h>
38
#include <genarch/ofw/ofw_tree.h>
38
#include <genarch/ofw/ofw_tree.h>
39
#include <arch/drivers/tick.h>
39
#include <arch/drivers/tick.h>
40
#include <print.h>
40
#include <print.h>
41
#include <arch/cpu_node.h>
41
#include <arch/sun4u/cpu_node.h>
42
#include <arch/cpu.h>
42
#include <arch/cpu.h>
43
 
43
 
44
/**
44
/**
45
 * Finds out the clock frequency of the current CPU.
45
 * Finds out the clock frequency of the current CPU.
46
 *
46
 *