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:
Axel Dörfler 2004-07-07 17:03:29 +00:00
parent dbfbd4e0b7
commit 87da2cf3fe

View File

@ -494,10 +494,8 @@ mmu_init(void)
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.num_cpus = 1;
// ToDo: what was this intended for?
gKernelArgs.arch_args.page_hole = 0xffc00000;
}