diff options
author | 2014-11-07 19:34:22 +0000 | |
---|---|---|
committer | 2014-11-07 19:34:22 +0000 | |
commit | 28797be19dcbd9ca678d98e07534b53fefbdfdec (patch) | |
tree | 5aa2518a9dbce1094e830536d7fe0c76411d37b0 /sys | |
parent | Enable xhci(4). Most of the features are here, USB 1.x devices only work (diff) | |
download | wireguard-openbsd-28797be19dcbd9ca678d98e07534b53fefbdfdec.tar.xz wireguard-openbsd-28797be19dcbd9ca678d98e07534b53fefbdfdec.zip |
Wrong comment - NX is handled later (for now), not in locore. No functional
change.
noticed by deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/locore.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/locore.S b/sys/arch/amd64/amd64/locore.S index 123c9761446..469c901efac 100644 --- a/sys/arch/amd64/amd64/locore.S +++ b/sys/arch/amd64/amd64/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.56 2014/11/05 05:40:02 mlarkin Exp $ */ +/* $OpenBSD: locore.S,v 1.57 2014/11/07 19:34:22 mlarkin Exp $ */ /* $NetBSD: locore.S,v 1.13 2004/03/25 18:33:17 drochner Exp $ */ /* @@ -440,7 +440,7 @@ bi_size_ok: orl $(PG_V|PG_KR),%eax fillkpt - /* Map .rodata read-only, and NX if available */ + /* Map .rodata read-only */ movl $RELOC(__rodata_start), %eax movl $RELOC(erodata), %ecx addl $PGOFSET, %ecx |