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 2a76d97 commit 0f742e1Copy full SHA for 0f742e1
loader/src/aarch64/cpus.c
@@ -55,7 +55,7 @@ size_t psci_target_cpus[1] = { 0x0 };
55
#endif
56
57
_Static_assert(NUM_ACTIVE_CPUS <= ARRAY_SIZE(psci_target_cpus),
58
- "active CPUs cannot be more than available CPUs");
+ "active CPUs cannot be more than available CPUs");
59
60
/**
61
* The Power State Coordinate Interface (DEN0022F.b) document in §5.2.1
0 commit comments