|
@@ -47,6 +47,7 @@
|
|
#include <asm/fixmap.h>
|
|
#include <asm/fixmap.h>
|
|
#include <asm/cpu.h>
|
|
#include <asm/cpu.h>
|
|
#include <asm/cputype.h>
|
|
#include <asm/cputype.h>
|
|
|
|
+#include <asm/daifflags.h>
|
|
#include <asm/elf.h>
|
|
#include <asm/elf.h>
|
|
#include <asm/cpufeature.h>
|
|
#include <asm/cpufeature.h>
|
|
#include <asm/cpu_ops.h>
|
|
#include <asm/cpu_ops.h>
|
|
@@ -259,10 +260,11 @@ void __init setup_arch(char **cmdline_p)
|
|
parse_early_param();
|
|
parse_early_param();
|
|
|
|
|
|
/*
|
|
/*
|
|
- * Unmask asynchronous aborts after bringing up possible earlycon.
|
|
|
|
- * (Report possible System Errors once we can report this occurred)
|
|
|
|
|
|
+ * Unmask asynchronous aborts and fiq after bringing up possible
|
|
|
|
+ * earlycon. (Report possible System Errors once we can report this
|
|
|
|
+ * occurred).
|
|
*/
|
|
*/
|
|
- local_async_enable();
|
|
|
|
|
|
+ local_daif_restore(DAIF_PROCCTX_NOIRQ);
|
|
|
|
|
|
/*
|
|
/*
|
|
* TTBR0 is only used for the identity mapping at this stage. Make it
|
|
* TTBR0 is only used for the identity mapping at this stage. Make it
|