]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/system.h
arm: Disable HVC PSCI calls by default
[u-boot] / arch / arm / include / asm / system.h
index c18e1e3a10ee156fa6774da14d827740ebf2ff02..5166c653f342500515ea037d3369b6db869aa729 100644 (file)
@@ -106,15 +106,6 @@ void smp_kick_all_cpus(void);
 
 void flush_l3_cache(void);
 
-/*
- *Issue a hypervisor call in accordance with ARM "SMC Calling convention",
- * DEN0028A
- *
- * @args: input and output arguments
- *
- */
-void hvc_call(struct pt_regs *args);
-
 /*
  *Issue a secure monitor call in accordance with ARM "SMC Calling convention",
  * DEN0028A
@@ -124,7 +115,7 @@ void hvc_call(struct pt_regs *args);
  */
 void smc_call(struct pt_regs *args);
 
-void __noreturn psci_system_reset(bool smc);
+void __noreturn psci_system_reset(void);
 
 #endif /* __ASSEMBLY__ */