|
@@ -44,7 +44,7 @@ int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid,
|
|
* a write access. Since this is 4K insert of 64K page size
|
|
* a write access. Since this is 4K insert of 64K page size
|
|
* also add _PAGE_COMBO
|
|
* also add _PAGE_COMBO
|
|
*/
|
|
*/
|
|
- new_pte = old_pte | _PAGE_BUSY | _PAGE_ACCESSED | _PAGE_HASHPTE;
|
|
|
|
|
|
+ new_pte = old_pte | _PAGE_BUSY | _PAGE_ACCESSED;
|
|
if (access & _PAGE_RW)
|
|
if (access & _PAGE_RW)
|
|
new_pte |= _PAGE_DIRTY;
|
|
new_pte |= _PAGE_DIRTY;
|
|
} while (old_pte != __cmpxchg_u64((unsigned long *)ptep,
|
|
} while (old_pte != __cmpxchg_u64((unsigned long *)ptep,
|