Loading arch/arm64/Kconfig +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ config ARM64 select OF select OF_EARLY_FLATTREE select PERF_USE_VMALLOC select POWER_RESET select POWER_SUPPLY select RTC_LIB select SPARSE_IRQ select SYSCTL_EXCEPTION_TRACE Loading Loading @@ -106,6 +108,7 @@ config ARCH_VEXPRESS bool "ARMv8 software model (Versatile Express)" select ARCH_REQUIRE_GPIOLIB select COMMON_CLK_VERSATILE select POWER_RESET_VEXPRESS select VEXPRESS_CONFIG help This enables support for the ARMv8 software model (Versatile Loading arch/arm64/include/asm/system_misc.h +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ extern void show_pte(struct mm_struct *mm, unsigned long addr); extern void __show_regs(struct pt_regs *); void soft_restart(unsigned long); extern void (*pm_restart)(const char *cmd); extern void (*arm_pm_restart)(char str, const char *cmd); #define UDBG_UNDEFINED (1 << 0) #define UDBG_SYSCALL (1 << 1) Loading arch/arm64/kernel/process.c +4 −4 Original line number Diff line number Diff line Loading @@ -81,8 +81,8 @@ void soft_restart(unsigned long addr) void (*pm_power_off)(void); EXPORT_SYMBOL_GPL(pm_power_off); void (*pm_restart)(const char *cmd); EXPORT_SYMBOL_GPL(pm_restart); void (*arm_pm_restart)(char str, const char *cmd); EXPORT_SYMBOL_GPL(arm_pm_restart); /* Loading Loading @@ -164,8 +164,8 @@ void machine_restart(char *cmd) local_fiq_disable(); /* Now call the architecture specific reboot code. */ if (pm_restart) pm_restart(cmd); if (arm_pm_restart) arm_pm_restart('h', cmd); /* * Whoops - the architecture was unable to reboot. Loading Loading
arch/arm64/Kconfig +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ config ARM64 select OF select OF_EARLY_FLATTREE select PERF_USE_VMALLOC select POWER_RESET select POWER_SUPPLY select RTC_LIB select SPARSE_IRQ select SYSCTL_EXCEPTION_TRACE Loading Loading @@ -106,6 +108,7 @@ config ARCH_VEXPRESS bool "ARMv8 software model (Versatile Express)" select ARCH_REQUIRE_GPIOLIB select COMMON_CLK_VERSATILE select POWER_RESET_VEXPRESS select VEXPRESS_CONFIG help This enables support for the ARMv8 software model (Versatile Loading
arch/arm64/include/asm/system_misc.h +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ extern void show_pte(struct mm_struct *mm, unsigned long addr); extern void __show_regs(struct pt_regs *); void soft_restart(unsigned long); extern void (*pm_restart)(const char *cmd); extern void (*arm_pm_restart)(char str, const char *cmd); #define UDBG_UNDEFINED (1 << 0) #define UDBG_SYSCALL (1 << 1) Loading
arch/arm64/kernel/process.c +4 −4 Original line number Diff line number Diff line Loading @@ -81,8 +81,8 @@ void soft_restart(unsigned long addr) void (*pm_power_off)(void); EXPORT_SYMBOL_GPL(pm_power_off); void (*pm_restart)(const char *cmd); EXPORT_SYMBOL_GPL(pm_restart); void (*arm_pm_restart)(char str, const char *cmd); EXPORT_SYMBOL_GPL(arm_pm_restart); /* Loading Loading @@ -164,8 +164,8 @@ void machine_restart(char *cmd) local_fiq_disable(); /* Now call the architecture specific reboot code. */ if (pm_restart) pm_restart(cmd); if (arm_pm_restart) arm_pm_restart('h', cmd); /* * Whoops - the architecture was unable to reboot. Loading