|
@@ -248,7 +248,7 @@ static struct mem_type mem_types[] = {
|
|
|
},
|
|
|
[MT_MEMORY] = {
|
|
|
.prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
|
|
|
- L_PTE_USER | L_PTE_EXEC,
|
|
|
+ L_PTE_WRITE | L_PTE_EXEC,
|
|
|
.prot_l1 = PMD_TYPE_TABLE,
|
|
|
.prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
|
|
|
.domain = DOMAIN_KERNEL,
|
|
@@ -259,7 +259,7 @@ static struct mem_type mem_types[] = {
|
|
|
},
|
|
|
[MT_MEMORY_NONCACHED] = {
|
|
|
.prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
|
|
|
- L_PTE_USER | L_PTE_EXEC | L_PTE_MT_BUFFERABLE,
|
|
|
+ L_PTE_WRITE | L_PTE_EXEC | L_PTE_MT_BUFFERABLE,
|
|
|
.prot_l1 = PMD_TYPE_TABLE,
|
|
|
.prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
|
|
|
.domain = DOMAIN_KERNEL,
|