From: Haavard Skinnemoen Date: Wed, 15 Aug 2007 14:12:18 +0000 (+0200) Subject: [AVR32] Fix bogus pte_page() definition X-Git-Tag: v2.6.23-rc4~129^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f834197a79d34d65ca44e9c77f2571edbcfb64b;p=pandora-kernel.git [AVR32] Fix bogus pte_page() definition The current definition of pte_page() masks out valid bits from the physical address, causing vmalloc_to_page() to misbehave. This may lead to everything from mmap() silently accessing the wrong data to "invalid pte" errors dumped by the kernel. Also remove the now-unused definition of PTE_PHYS_MASK. Thanks to Matteo Vit for discovering this bug. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed