From: Russell King Date: Wed, 10 Aug 2005 15:18:35 +0000 (+0100) Subject: [ARM] Control v6 'global' bit via Linux PTE entries X-Git-Tag: v2.6.13-rc7~108^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6626a7076d39f0a18156cdd97d4e2cbef91ad701;p=pandora-kernel.git [ARM] Control v6 'global' bit via Linux PTE entries Unfortunately, we can't use the "user" bit in the page tables to control whether a page table entry is "global" or "asid" specific, since the vector page is mapped as "user" accessible but is not process specific. Therefore, give direct control of the ARMv6 "nG" (not global) bit to the mm layers. Signed-off-by: Russell King --- Reading git-diff-tree failed