diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-01-15 03:57:41 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-01-15 03:57:41 +0000 |
| commit | 79c3bcf42cbafb7d866e5c4d48320f6c5cc9d2e0 (patch) | |
| tree | 1b4e7b99a2312d43a1dda2cbf070540730ff088f /sys/ia64 | |
| parent | cd0dd0d833fbbec9878d708d8fdb3c17eb31c627 (diff) | |
Notes
Diffstat (limited to 'sys/ia64')
| -rw-r--r-- | sys/ia64/ia64/exception.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/exception.S b/sys/ia64/ia64/exception.S index a38df1ae1f4c3..62c44512492a5 100644 --- a/sys/ia64/ia64/exception.S +++ b/sys/ia64/ia64/exception.S @@ -1026,7 +1026,7 @@ IVT_ENTRY(Data_Nested_TLB, 0x1400) } { .mii mov cr.itir=r26 -(p12) dep r28=0,r30,61,3 +(p12) dep r28=0,r30,0,12 (p13) extr.u r28=r30,3*PAGE_SHIFT-8, PAGE_SHIFT-3 // dir L0 index ;; } |
