diff options
author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2015-02-27 20:32:09 +0000 |
---|---|---|
committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2015-02-27 20:32:09 +0000 |
commit | d4eb568e0722c99e8b9f849ebaadbb1ab00e3a1b (patch) | |
tree | b54247032f819a319f8578d03331bd6febc65c4b /sys/powerpc/aim | |
parent | 2cc1ad9c5696637b503f337cc5330d119491b687 (diff) | |
download | src-d4eb568e0722c99e8b9f849ebaadbb1ab00e3a1b.tar.gz src-d4eb568e0722c99e8b9f849ebaadbb1ab00e3a1b.zip |
Notes
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r-- | sys/powerpc/aim/moea64_native.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/moea64_native.c b/sys/powerpc/aim/moea64_native.c index 9cb62e83b307..a601fcbcc30b 100644 --- a/sys/powerpc/aim/moea64_native.c +++ b/sys/powerpc/aim/moea64_native.c @@ -268,7 +268,7 @@ moea64_pte_clear_native(mmu_t mmu, struct pvo_entry *pvo, uint64_t ptebit) /* See "Resetting the Reference Bit" in arch manual */ PTESYNC(); /* 2-step here safe: precision is not guaranteed */ - ptelo |= pt->pte_lo; + ptelo = pt->pte_lo; /* One-byte store to avoid touching the C bit */ ((volatile uint8_t *)(&pt->pte_lo))[6] = |