File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -248,13 +248,6 @@ alternative_endif
248
248
ldr \dst , [\dst , \tmp ]
249
249
.endm
250
250
251
- /*
252
- * vma_vm_mm - get mm pointer from vma pointer (vma->vm_mm)
253
- */
254
- .macro vma_vm_mm , rd , rn
255
- ldr \rd , [\rn , #VMA_VM_MM ]
256
- .endm
257
-
258
251
/*
259
252
* read_ctr - read CTR_EL0. If the system has mismatched register fields,
260
253
* provide the system wide safe value from arm64_ftr_reg_ctrel0.sys_val
Original file line number Diff line number Diff line change @@ -104,9 +104,6 @@ int main(void)
104
104
#endif
105
105
DEFINE (MM_CONTEXT_ID , offsetof(struct mm_struct , context .id .counter ));
106
106
BLANK ();
107
- DEFINE (VMA_VM_MM , offsetof(struct vm_area_struct , vm_mm ));
108
- DEFINE (VMA_VM_FLAGS , offsetof(struct vm_area_struct , vm_flags ));
109
- BLANK ();
110
107
DEFINE (VM_EXEC , VM_EXEC );
111
108
BLANK ();
112
109
DEFINE (PAGE_SZ , PAGE_SIZE );
You can’t perform that action at this time.
0 commit comments