X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fmm%2Fmmu.c;h=d5f25ad5cd4e2dd40f7162f4f2b386546d31145a;hb=acb7f883f1ec61fd4dcb840a66ddca051ad8f2ef;hp=a713e40e1f1a718549f333327c0f1a234e38a12c;hpb=c61516af59f3fdfc63d6c0b9e25d9e942929db93;p=linux-2.6-omap-h63xx.git diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index a713e40e1f1..d5f25ad5cd4 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -245,6 +245,10 @@ static struct mem_type mem_types[] = { .prot_sect = PMD_TYPE_SECT, .domain = DOMAIN_KERNEL, }, + [MT_MEMORY_SO] = { + .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_UNCACHED, + .domain = DOMAIN_KERNEL, + }, }; const struct mem_type *get_mem_type(unsigned int type)