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/linux/sync_file.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/include/linux/sync_file.h b/kernel/include/linux/sync_file.h index 7e4fa6d..790ca02 100644 --- a/kernel/include/linux/sync_file.h +++ b/kernel/include/linux/sync_file.h @@ -56,8 +56,6 @@ #define POLL_ENABLED 0 struct sync_file *sync_file_create(struct dma_fence *fence); -struct sync_file *sync_file_get(int fd); -void sync_file_put(struct sync_file *sync_file); struct dma_fence *sync_file_get_fence(int fd); char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len); -- Gitblit v1.6.2