|
@@ -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.
|