|
@@ -298,12 +298,12 @@ void __init early_setup(unsigned long dt_ptr)
|
|
*/
|
|
*/
|
|
configure_exceptions();
|
|
configure_exceptions();
|
|
|
|
|
|
- /* Initialize the hash table or TLB handling */
|
|
|
|
- early_init_mmu();
|
|
|
|
-
|
|
|
|
/* Apply all the dynamic patching */
|
|
/* Apply all the dynamic patching */
|
|
apply_feature_fixups();
|
|
apply_feature_fixups();
|
|
|
|
|
|
|
|
+ /* Initialize the hash table or TLB handling */
|
|
|
|
+ early_init_mmu();
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* At this point, we can let interrupts switch to virtual mode
|
|
* At this point, we can let interrupts switch to virtual mode
|
|
* (the MMU has been setup), so adjust the MSR in the PACA to
|
|
* (the MMU has been setup), so adjust the MSR in the PACA to
|