From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:54 +0000
Subject: [PATCH] disable cpu isolcpus

---
 kernel/include/asm-generic/vdso/vsyscall.h |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/kernel/include/asm-generic/vdso/vsyscall.h b/kernel/include/asm-generic/vdso/vsyscall.h
index ce41032..c835607 100644
--- a/kernel/include/asm-generic/vdso/vsyscall.h
+++ b/kernel/include/asm-generic/vdso/vsyscall.h
@@ -11,20 +11,6 @@
 }
 #endif /* __arch_get_k_vdso_data */
 
-#ifndef __arch_update_vdso_data
-static __always_inline int __arch_update_vdso_data(void)
-{
-	return 0;
-}
-#endif /* __arch_update_vdso_data */
-
-#ifndef __arch_get_clock_mode
-static __always_inline int __arch_get_clock_mode(struct timekeeper *tk)
-{
-	return 0;
-}
-#endif /* __arch_get_clock_mode */
-
 #ifndef __arch_update_vsyscall
 static __always_inline void __arch_update_vsyscall(struct vdso_data *vdata,
 						   struct timekeeper *tk)

--
Gitblit v1.6.2