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:
Axel Dörfler
2004-11-30 20:57:36 +00:00
parent 312ba9dd6e
commit a3129fbc3b
@@ -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;