Loading arch/arm/mm/pgd.c +2 −4 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ pgd_t *get_pgd_slow(struct mm_struct *mm) void free_pgd_slow(struct mm_struct *mm, pgd_t *pgd) { pmd_t *pmd; struct page *pte; pgtable_t pte; if (!pgd) return; Loading @@ -90,10 +90,8 @@ void free_pgd_slow(struct mm_struct *mm, pgd_t *pgd) goto free; } pte = pmd_page(*pmd); pte = pmd_pgtable(*pmd); pmd_clear(pmd); dec_zone_page_state(virt_to_page((unsigned long *)pgd), NR_PAGETABLE); pte_lock_deinit(pte); pte_free(mm, pte); pmd_free(mm, pmd); free: Loading arch/powerpc/boot/cuboot-bamboo.c +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include "44x.h" #include "cuboot.h" #define TARGET_4xx #define TARGET_44x #include "ppcboot.h" Loading arch/powerpc/boot/cuboot-ebony.c +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include "44x.h" #include "cuboot.h" #define TARGET_4xx #define TARGET_44x #include "ppcboot.h" Loading arch/powerpc/boot/cuboot-katmai.c +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include "44x.h" #include "cuboot.h" #define TARGET_4xx #define TARGET_44x #include "ppcboot.h" Loading arch/powerpc/boot/cuboot-taishan.c +2 −0 Original line number Diff line number Diff line Loading @@ -21,7 +21,9 @@ #include "dcr.h" #include "4xx.h" #define TARGET_4xx #define TARGET_44x #define TARGET_440GX #include "ppcboot.h" static bd_t bd; Loading Loading
arch/arm/mm/pgd.c +2 −4 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ pgd_t *get_pgd_slow(struct mm_struct *mm) void free_pgd_slow(struct mm_struct *mm, pgd_t *pgd) { pmd_t *pmd; struct page *pte; pgtable_t pte; if (!pgd) return; Loading @@ -90,10 +90,8 @@ void free_pgd_slow(struct mm_struct *mm, pgd_t *pgd) goto free; } pte = pmd_page(*pmd); pte = pmd_pgtable(*pmd); pmd_clear(pmd); dec_zone_page_state(virt_to_page((unsigned long *)pgd), NR_PAGETABLE); pte_lock_deinit(pte); pte_free(mm, pte); pmd_free(mm, pmd); free: Loading
arch/powerpc/boot/cuboot-bamboo.c +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include "44x.h" #include "cuboot.h" #define TARGET_4xx #define TARGET_44x #include "ppcboot.h" Loading
arch/powerpc/boot/cuboot-ebony.c +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include "44x.h" #include "cuboot.h" #define TARGET_4xx #define TARGET_44x #include "ppcboot.h" Loading
arch/powerpc/boot/cuboot-katmai.c +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include "44x.h" #include "cuboot.h" #define TARGET_4xx #define TARGET_44x #include "ppcboot.h" Loading
arch/powerpc/boot/cuboot-taishan.c +2 −0 Original line number Diff line number Diff line Loading @@ -21,7 +21,9 @@ #include "dcr.h" #include "4xx.h" #define TARGET_4xx #define TARGET_44x #define TARGET_440GX #include "ppcboot.h" static bd_t bd; Loading