Since the conversion factor calculation is now in place, there is no reason
to overwrite this value anymore. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8351 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -494,10 +494,8 @@ mmu_init(void)
|
|||||||
gKernelArgs.num_physical_allocated_ranges++;
|
gKernelArgs.num_physical_allocated_ranges++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToDo: move me to somewhere else (and fix me while you're at it)
|
|
||||||
gKernelArgs.arch_args.system_time_cv_factor = 1000000;//cv_factor;
|
|
||||||
gKernelArgs.str = NULL;
|
gKernelArgs.str = NULL;
|
||||||
gKernelArgs.num_cpus = 1;
|
// ToDo: what was this intended for?
|
||||||
|
|
||||||
gKernelArgs.arch_args.page_hole = 0xffc00000;
|
gKernelArgs.arch_args.page_hole = 0xffc00000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user