Rev 3771 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3771 | Rev 3862 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 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/cpu_node.h> |
| 42 | #include <arch/sun4u/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 | * |
| 47 | * @param node node representing the current CPU in the OFW tree |
47 | * @param node node representing the current CPU in the OFW tree |