diff --git a/include/arch/arm/arch/32/mode/kernel/vspace.h b/include/arch/arm/arch/32/mode/kernel/vspace.h index 3d5dd906e..892545b9f 100644 --- a/include/arch/arm/arch/32/mode/kernel/vspace.h +++ b/include/arch/arm/arch/32/mode/kernel/vspace.h @@ -12,7 +12,7 @@ #include /* PD slot reserved for storing the PD's allocated hardware ASID */ -#define PD_ASID_SLOT (0xff000000 >> (PT_INDEX_BITS + PAGE_BITS)) +#define PD_ASID_SLOT (0xfe000000 >> (PT_INDEX_BITS + PAGE_BITS)) enum pde_pte_tag { ME_PDE,