|
@@ -151,7 +151,8 @@ ENTRY(__cpu_setup)
|
|
|
|
|
|
mov x0, #3 << 20
|
|
mov x0, #3 << 20
|
|
msr cpacr_el1, x0 // Enable FP/ASIMD
|
|
msr cpacr_el1, x0 // Enable FP/ASIMD
|
|
- msr mdscr_el1, xzr // Reset mdscr_el1
|
|
|
|
|
|
+ mov x0, #1 << 12 // Reset mdscr_el1 and disable
|
|
|
|
+ msr mdscr_el1, x0 // access to the DCC from EL0
|
|
/*
|
|
/*
|
|
* Memory region attributes for LPAE:
|
|
* Memory region attributes for LPAE:
|
|
*
|
|
*
|