Loading arch/arm64/include/asm/system_misc.h +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ void hook_debug_fault_code(int nr, int (*fn)(unsigned long, unsigned int, int sig, int code, const char *name); struct mm_struct; extern void show_pte(unsigned long addr); extern void __show_regs(struct pt_regs *); extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); Loading arch/arm64/mm/fault.c +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ static inline bool is_ttbr1_addr(unsigned long addr) /* * Dump out the page tables associated with 'addr' in the currently active mm. */ void show_pte(unsigned long addr) static void show_pte(unsigned long addr) { struct mm_struct *mm; pgd_t *pgdp; Loading Loading
arch/arm64/include/asm/system_misc.h +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ void hook_debug_fault_code(int nr, int (*fn)(unsigned long, unsigned int, int sig, int code, const char *name); struct mm_struct; extern void show_pte(unsigned long addr); extern void __show_regs(struct pt_regs *); extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); Loading
arch/arm64/mm/fault.c +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ static inline bool is_ttbr1_addr(unsigned long addr) /* * Dump out the page tables associated with 'addr' in the currently active mm. */ void show_pte(unsigned long addr) static void show_pte(unsigned long addr) { struct mm_struct *mm; pgd_t *pgdp; Loading