We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e31da commit 694f574Copy full SHA for 694f574
arch/arm64/include/asm/virt.h
@@ -67,7 +67,8 @@
67
* __boot_cpu_mode records what mode CPUs were booted in.
68
* A correctly-implemented bootloader must start all CPUs in the same mode:
69
* In this case, both 32bit halves of __boot_cpu_mode will contain the
70
- * same value (either 0 if booted in EL1, BOOT_CPU_MODE_EL2 if booted in EL2).
+ * same value (either BOOT_CPU_MODE_EL1 if booted in EL1, BOOT_CPU_MODE_EL2 if
71
+ * booted in EL2).
72
*
73
* Should the bootloader fail to do this, the two values will be different.
74
* This allows the kernel to flag an error when the secondaries have come up.
0 commit comments