|
@@ -906,6 +906,7 @@ p_toc: .8byte __toc_start + 0x8000 - 0b
|
|
|
/*
|
|
/*
|
|
|
* This is where the main kernel code starts.
|
|
* This is where the main kernel code starts.
|
|
|
*/
|
|
*/
|
|
|
|
|
+__REF
|
|
|
start_here_multiplatform:
|
|
start_here_multiplatform:
|
|
|
/* set up the TOC */
|
|
/* set up the TOC */
|
|
|
bl relative_toc
|
|
bl relative_toc
|
|
@@ -981,6 +982,7 @@ start_here_multiplatform:
|
|
|
RFI
|
|
RFI
|
|
|
b . /* prevent speculative execution */
|
|
b . /* prevent speculative execution */
|
|
|
|
|
|
|
|
|
|
+ .previous
|
|
|
/* This is where all platforms converge execution */
|
|
/* This is where all platforms converge execution */
|
|
|
|
|
|
|
|
start_here_common:
|
|
start_here_common:
|