Re: pte_offset_map for ppc assumes HIGHPTE
From: Dave McCracken <hidden>
Date: 2007-07-25 23:32:23
Also in:
linuxppc-dev, lkml
From: Dave McCracken <hidden>
Date: 2007-07-25 23:32:23
Also in:
linuxppc-dev, lkml
On Wednesday 25 July 2007, Benjamin Herrenschmidt wrote:
Depends... if you have CONFIG_HIGHMEM and not CONFIG_HIGHPTE, you are wasting time going through kmap_atomic unnecessarily no ? it will probably not do anything because the PTE page is in lowmem but still...
Probably not much time. You still need to do the page to virtual translation, which kmap_atomic does for you. Dave McCracken -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>