575.51.02

This commit is contained in:
Bernhard Stoeckner
2025-04-17 19:35:38 +02:00
parent e8113f665d
commit 4159579888
1142 changed files with 309085 additions and 272273 deletions

View File

@@ -30,8 +30,6 @@
#include "uvm_test_ioctl.h"
#include "nv-kref.h"
#include <linux/mmu_notifier.h>
#if defined(NV_LINUX_SCHED_MM_H_PRESENT)
#include <linux/sched/mm.h>
#elif defined(NV_LINUX_SCHED_H_PRESENT)
@@ -68,10 +66,6 @@ struct uvm_va_space_mm_struct
// when retained or current.
struct mm_struct *mm;
#if UVM_CAN_USE_MMU_NOTIFIERS()
struct mmu_notifier mmu_notifier;
#endif
// Lock protecting the state and retained_count fields.
uvm_spinlock_t lock;