mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-10 07:39:49 +00:00
575.51.02
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user