summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2015-04-05 05:18:14 +0000
committereadler <eadler@FreeBSD.org>2015-04-05 05:18:14 +0000
commitcea14a6cb566ecbdd161bc9a2f7f7bae2f250fe1 (patch)
tree4513890b0eb120e98d47f37c227082b289aa1fe4
parent20bf15a6f4c52f08856cf4badd21fdc4c090e670 (diff)
downloadFreeBSD-src-cea14a6cb566ecbdd161bc9a2f7f7bae2f250fe1.zip
FreeBSD-src-cea14a6cb566ecbdd161bc9a2f7f7bae2f250fe1.tar.gz
adrian asked me to revert and get more testing
-rw-r--r--sys/amd64/amd64/support.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 04aea18..f8b75ff 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -73,11 +73,7 @@ ENTRY(pagezero)
movnti %rax,8(%rdi,%rdx)
movnti %rax,16(%rdi,%rdx)
movnti %rax,24(%rdi,%rdx)
- movnti %rax,32(%rdi,%rdx)
- movnti %rax,40(%rdi,%rdx)
- movnti %rax,48(%rdi,%rdx)
- movnti %rax,56(%rdi,%rdx)
- addq $64,%rdx
+ addq $32,%rdx
jne 1b
sfence
POP_FRAME_POINTER
OpenPOWER on IntegriCloud