>remap_page_range(0xD1000000, 0xc0104000, 0x4D000,
>       __pgprot(PTE_TYPE_SMALL | PTE_AP_WRITE))

You probably need to change the access permissions there because of the new 
PTE-handling code.  At a guess you now want (_L_PTE_DEFAULT | L_PTE_DIRTY | 
L_PTE_WRITE) or something like that.  You could possibly write that as 
(PAGE_KERNEL & ~(PTE_BUFFERABLE | PTE_CACHEABLE)) to avoid exposing quite so 
many of the implementation details.

See include/asm-arm/proc-armv/pgtable.h for the low-down.  

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to