From 072de836f53be56a70cecf70b43ae43b7ce17376 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 10:08:36 +0000 Subject: [PATCH] mk-rootfs.sh --- kernel/arch/Kconfig | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/kernel/arch/Kconfig b/kernel/arch/Kconfig index 3d427a6..c3a40c5 100644 --- a/kernel/arch/Kconfig +++ b/kernel/arch/Kconfig @@ -37,7 +37,6 @@ tristate "OProfile system profiling" depends on PROFILING depends on HAVE_OPROFILE - depends on !PREEMPT_RT select RING_BUFFER select RING_BUFFER_ALLOW_SWAP help @@ -757,12 +756,6 @@ config HAVE_VIRT_CPU_ACCOUNTING bool -config HAVE_VIRT_CPU_ACCOUNTING_IDLE - bool - help - Architecture has its own way to account idle CPU time and therefore - doesn't implement vtime_account_idle(). - config ARCH_HAS_SCALED_CPUTIME bool @@ -777,6 +770,7 @@ some 32-bit arches may require multiple accesses, so proper locking is needed to protect against concurrent accesses. + config HAVE_IRQ_TIME_ACCOUNTING bool help -- Gitblit v1.6.2