mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-22 01:53:00 +00:00
hw_x86_64: Simplify kernel physical init
Merge finish_init_phys_kernel into init_phys_kernel function.
This commit is contained in:
parent
bb06826c95
commit
370271324e
@ -365,12 +365,14 @@ class Genode::Cpu
|
||||
*/
|
||||
static void init_virt_kernel(Kernel::Pd * pd);
|
||||
|
||||
inline static void finish_init_phys_kernel() { _init_fpu(); }
|
||||
|
||||
/**
|
||||
* Configure this module appropriately for the first kernel run
|
||||
*/
|
||||
static void init_phys_kernel() { Timer::disable_pit(); };
|
||||
static void init_phys_kernel()
|
||||
{
|
||||
Timer::disable_pit();
|
||||
_init_fpu();
|
||||
};
|
||||
|
||||
/**
|
||||
* Finish all previous data transfers
|
||||
|
Loading…
x
Reference in New Issue
Block a user