File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -490,35 +490,6 @@ void flush_tlb_page(struct vm_area_struct *vma, unsigned long address)
490
490
force_sig (SIGKILL );
491
491
}
492
492
493
- pgd_t * pgd_offset_proc (struct mm_struct * mm , unsigned long address )
494
- {
495
- return pgd_offset (mm , address );
496
- }
497
-
498
- pud_t * pud_offset_proc (pgd_t * pgd , unsigned long address )
499
- {
500
- return pud_offset (pgd , address );
501
- }
502
-
503
- pmd_t * pmd_offset_proc (pud_t * pud , unsigned long address )
504
- {
505
- return pmd_offset (pud , address );
506
- }
507
-
508
- pte_t * pte_offset_proc (pmd_t * pmd , unsigned long address )
509
- {
510
- return pte_offset_kernel (pmd , address );
511
- }
512
-
513
- pte_t * addr_pte (struct task_struct * task , unsigned long addr )
514
- {
515
- pgd_t * pgd = pgd_offset (task -> mm , addr );
516
- pud_t * pud = pud_offset (pgd , addr );
517
- pmd_t * pmd = pmd_offset (pud , addr );
518
-
519
- return pte_offset_map (pmd , addr );
520
- }
521
-
522
493
void flush_tlb_all (void )
523
494
{
524
495
/*
You can’t perform that action at this time.
0 commit comments