1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Merge branch 'devel' of github.com:RWTH-OS/HermitCore into devel

This commit is contained in:
Stefan Lankes 2016-11-08 09:14:09 +01:00
commit 0cbde812ea

View file

@ -170,6 +170,7 @@ static void fpu_init_xsave(union fpu_state* fpu)
static uint32_t get_frequency_from_mbinfo(void)
{
#if 0
if (mb_info && (mb_info->flags & MULTIBOOT_INFO_CMDLINE))
{
// search in the command line for cpu frequency
@ -179,7 +180,7 @@ static uint32_t get_frequency_from_mbinfo(void)
return atoi(found+strlen("-freq"));
}
#endif
return 0;
}