mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
disable high resolution timer
=> got timing problems by enabling HermitCore
This commit is contained in:
parent
48d0383d40
commit
eb3919baf6
1 changed files with 2 additions and 3 deletions
|
@ -94,12 +94,11 @@ CONFIG_GENERIC_CMOS_UPDATE=y
|
|||
#
|
||||
# Timers subsystem
|
||||
#
|
||||
CONFIG_TICK_ONESHOT=y
|
||||
CONFIG_HZ_PERIODIC=y
|
||||
# CONFIG_NO_HZ_IDLE is not set
|
||||
# CONFIG_NO_HZ_FULL is not set
|
||||
# CONFIG_NO_HZ is not set
|
||||
CONFIG_HIGH_RES_TIMERS=y
|
||||
# CONFIG_HIGH_RES_TIMERS is not set
|
||||
|
||||
#
|
||||
# CPU/Task time and stats accounting
|
||||
|
@ -404,7 +403,7 @@ CONFIG_HZ_250=y
|
|||
# CONFIG_HZ_300 is not set
|
||||
# CONFIG_HZ_1000 is not set
|
||||
CONFIG_HZ=250
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
# CONFIG_SCHED_HRTICK is not set
|
||||
# CONFIG_KEXEC is not set
|
||||
# CONFIG_CRASH_DUMP is not set
|
||||
CONFIG_PHYSICAL_START=0x1000000
|
||||
|
|
Loading…
Add table
Reference in a new issue