aboutsummaryrefslogtreecommitdiff
path: root/arch/aarch64/common.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/aarch64/common.S')
-rw-r--r--arch/aarch64/common.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/aarch64/common.S b/arch/aarch64/common.S
index 0abf430..0e0fb8c 100644
--- a/arch/aarch64/common.S
+++ b/arch/aarch64/common.S
@@ -8,6 +8,7 @@
*/
#define MPIDR_ID_BITS (0xff00ffffff)
+#define MPIDR_INVALID (-1)
#define CURRENTEL_EL3 (3 << 2)