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 536f0f5 commit 1d68c48Copy full SHA for 1d68c48
arch/arm/core/aarch64/mmu/arm_mmu.h
@@ -114,4 +114,4 @@
114
#define DESC_ATTRS_UPPER_MASK GENMASK(63, 51)
115
#define DESC_ATTRS_LOWER_MASK GENMASK(11, 2)
116
117
-#define DESC_ATTRS_MASK (DESC_ATTRS_UPPER_MASK | DESC_ATTRS_UPPER_MASK)
+#define DESC_ATTRS_MASK (DESC_ATTRS_UPPER_MASK | DESC_ATTRS_LOWER_MASK)
0 commit comments