commit | 6f834197a79d34d65ca44e9c77f2571edbcfb64b | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Wed Aug 15 16:12:18 2007 +0200 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Wed Aug 15 16:36:56 2007 +0200 |
tree | 3cd3bf8534e1f041cd94f16d205925b74186bea2 | |
parent | e7f3bac95e0bdfd520e065c4a29aad46190fcc99 [diff] |
[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 <hskinnemoen@atmel.com>