ARM: Update cpu_v7_reset documentation
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 3 Apr 2017 18:37:48 +0000 (19:37 +0100)
committerChristoffer Dall <cdall@linaro.org>
Sun, 9 Apr 2017 14:49:25 +0000 (07:49 -0700)
cpu_v7_reset() now takes a second parameter indicating whether
we should reboot in HYP or not. Update the documentation to
reflect this.

Tested-by: Keerthy <j-keerthy@ti.com>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
arch/arm/mm/proc-v7.S

index 1846ca4255d0f16c075d4928d763c1f041d40428..01d64c0b2563b7793f85827f4e4dad0cd9777f85 100644 (file)
@@ -39,13 +39,14 @@ ENTRY(cpu_v7_proc_fin)
 ENDPROC(cpu_v7_proc_fin)
 
 /*
- *     cpu_v7_reset(loc)
+ *     cpu_v7_reset(loc, hyp)
  *
  *     Perform a soft reset of the system.  Put the CPU into the
  *     same state as it would be if it had been reset, and branch
  *     to what would be the reset vector.
  *
  *     - loc   - location to jump to for soft reset
+ *     - hyp   - indicate if restart occurs in HYP mode
  *
  *     This code must be executed using a flat identity mapping with
  *      caches disabled.