diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2012-01-15 16:58:44 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2012-01-15 16:58:44 +0000 |
| commit | d4a7df2e65376c650fffbda334284eb7dfddd59a (patch) | |
| tree | 9cd42b5addfa710f2de4ea2f6c71e01030d01e1e | |
| parent | 6e3a3fe3774c3038cda6ce66ebf0767acbe3cc00 (diff) | |
Notes
| -rw-r--r-- | sys/boot/powerpc/ps3/ps3mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ps3/ps3mmu.c b/sys/boot/powerpc/ps3/ps3mmu.c index a7005fb9e5573..08dcf75d28399 100644 --- a/sys/boot/powerpc/ps3/ps3mmu.c +++ b/sys/boot/powerpc/ps3/ps3mmu.c @@ -113,7 +113,7 @@ ps3mmu_init(int maxmem) "r"(1 << SLBV_VSID_SHIFT), "r"((1 << SLBE_ESID_SHIFT) | SLBE_VALID | 1)); - mtmsr(mfmsr() | PSL_IR | PSL_DR | PSL_RI | PSL_ME); + mtmsr(PSL_IR | PSL_DR | PSL_RI | PSL_ME); return (0); } |
