Added cpu_clock_speed field for now - might either be moved to the main
kernel_args; depending on how it'll be done on PPC. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10311 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
// architecture specific
|
// architecture specific
|
||||||
uint32 system_time_cv_factor;
|
uint32 system_time_cv_factor;
|
||||||
|
uint64 cpu_clock_speed;
|
||||||
uint32 phys_pgdir;
|
uint32 phys_pgdir;
|
||||||
uint32 vir_pgdir;
|
uint32 vir_pgdir;
|
||||||
uint32 num_pgtables;
|
uint32 num_pgtables;
|
||||||
|
|||||||
Reference in New Issue
Block a user