git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48a411
)
avr32: Fix broken pte dump code in do_page_fault()
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Wed, 13 Feb 2008 11:32:34 +0000
(12:32 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Wed, 13 Feb 2008 13:44:04 +0000
(14:44 +0100)
The per-task page tables only cover the first 2GiB of the address
space. For kernel addresses, we need to do the lookup in init's page
tables.
This is a temporary workaround until we modify the per-task page
tables to cover the whole 4GiB address space.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
No differences found