diff options
author | Paul Mackerras <paulus@samba.org> | 2007-11-08 04:28:14 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-11-08 04:28:14 +0100 |
commit | 688016f4e2028e3c2c27e959ad001536e10ee2c5 (patch) | |
tree | f45baa7b2c115f1297b4ad8d30b306204ef5e537 /arch/ppc/mm/fault.c | |
parent | [POWERPC] EEH: Make sure warning message is printed (diff) | |
parent | [POWERPC] 4xx: Fix Walnut DTS interrupt property (diff) | |
download | linux-688016f4e2028e3c2c27e959ad001536e10ee2c5.tar.xz linux-688016f4e2028e3c2c27e959ad001536e10ee2c5.zip |
Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge
Diffstat (limited to 'arch/ppc/mm/fault.c')
-rw-r--r-- | arch/ppc/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/mm/fault.c b/arch/ppc/mm/fault.c index 254c23b755e6..36c0e7529edb 100644 --- a/arch/ppc/mm/fault.c +++ b/arch/ppc/mm/fault.c @@ -227,7 +227,7 @@ good_area: set_bit(PG_arch_1, &page->flags); } pte_update(ptep, 0, _PAGE_HWEXEC); - _tlbie(address); + _tlbie(address, mm->context.id); pte_unmap_unlock(ptep, ptl); up_read(&mm->mmap_sem); return 0; |