artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8238f3
)
An UVM_ADV_NORMAL -> MADV_NORMAL was missed here
author
guenther
<guenther@openbsd.org>
Sat, 13 Dec 2014 23:29:14 +0000
(23:29 +0000)
committer
guenther
<guenther@openbsd.org>
Sat, 13 Dec 2014 23:29:14 +0000
(23:29 +0000)
sys/arch/mips64/mips64/mips64_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/mips64/mips64/mips64_machdep.c
b/sys/arch/mips64/mips64/mips64_machdep.c
index
a8e49bb
..
21dd133
100644
(file)
--- a/
sys/arch/mips64/mips64/mips64_machdep.c
+++ b/
sys/arch/mips64/mips64/mips64_machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mips64_machdep.c,v 1.1
7 2014/11/16 12:30:58 deraadt
Exp $ */
+/* $OpenBSD: mips64_machdep.c,v 1.1
8 2014/12/13 23:29:14 guenther
Exp $ */
/*
* Copyright (c) 2009, 2010, 2012 Miodrag Vallat.
@@
-185,7
+185,7
@@
exec_md_map(struct proc *p, struct exec_package *pack)
rc = uvm_map(&p->p_vmspace->vm_map, &va, PAGE_SIZE, NULL,
UVM_UNKNOWN_OFFSET, 0,
UVM_MAPFLAG(PROT_NONE, PROT_MASK, UVM_INH_COPY,
-
UVM_
ADV_NORMAL, UVM_FLAG_COPYONW));
+
M
ADV_NORMAL, UVM_FLAG_COPYONW));
if (rc != 0)
return rc;
#ifdef DEBUG