From: Catalin Marinas Date: Mon, 5 Sep 2011 16:51:56 +0000 (+0100) Subject: ARM: 7076/1: LPAE: Add (pte|pmd)val_t type definitions as u32 X-Git-Tag: v3.2-rc1~189^2~1^7~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442e70c0b3536e832547eed89629435462f4b515;p=pandora-kernel.git ARM: 7076/1: LPAE: Add (pte|pmd)val_t type definitions as u32 This patch defines the (pte|pmd)val_t as u32 and changes the page table types to be based on these. The PMD bits are converted to the corresponding type using the _AT macro. The flush_pmd_entry/clean_pmd_entry argument was changed to (void *) to allow them to be used with both PGD and PMD pointers and avoid code duplication. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed