commit | 516295e5ab4bf986865cfff856d484ec678e3b0b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Nov 21 16:27:49 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 21 19:24:14 2011 +0000 |
tree | 2125f49635462fca18ac6d36ebf7363d3cc6d521 | |
parent | f60892d3e36dcdd0d9f30db05beae7a446a93f28 [diff] |
ARM: pgtable: add pud-level code Add pud_offset() et.al. between the pgd and pmd code in preparation of using pgtable-nopud.h rather than 4level-fixup.h. This incorporates a fix from Jamie Iles <jamie@jamieiles.com> for uaccess_with_memcpy.c. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>