diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2007-02-10 01:43:37 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 10:51:20 -0800 |
commit | 9b87ed790714bd3a8d492feb24f6c48f8bb59c3a (patch) | |
tree | f8915b927d4617200e7828c14a4335380d05c0be /arch/m32r/oaks32r | |
parent | 9674dcf795a4c7384e4e42c8f38fcb87517b1a43 (diff) |
[PATCH] m32r: fix do_page_fault and update_mmu_cache
Fix do_page_fault and update_mmu_cache.
* Fix do_page_fault (vmalloc_fault:) to pass error_code correctly
to update_mmu_cache by using a thread-fault code for all m32r chips.
* Fix update_mmu_cache for OPSP chip
- #ifdef CONFIG_CHIP_OPSP portion is a workaround of OPSP;
Add a notfound-case operation to update_mmu_cache for OPSP
like other m32r chip.
- Fix pte_data that was not initialized if no entry found.
Signed-off-by: Kazuhiro Inaoka <inaoka@linux-m32r.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/oaks32r')
0 files changed, 0 insertions, 0 deletions