NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/50479: Forgotten new flag for uvm_default_mapaddr function.



>Number:         50479
>Category:       kern
>Synopsis:       Forgotten new flag for uvm_default_mapaddr function.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 26 17:15:00 +0000 2015
>Originator:     David CARLIER
>Release:        7.99.22
>Organization:
>Environment:
NetBSD  7.99.22 NetBSD 7.99.22 (GENERIC) #6: Thu Nov 26 15:35:31 UTC 2015  root@:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
Today was added a new flag in the header but not in the implementation.
>How-To-Repeat:
Building the system ...
>Fix:
Index: sys/rump/librump/rumpkern/vm.c
===================================================================
RCS file: /cvsroot/src/sys/rump/librump/rumpkern/vm.c,v
retrieving revision 1.167
diff -r1.167 vm.c
703c703
< uvm_default_mapaddr(struct proc *p, vaddr_t base, vsize_t sz)
---
> uvm_default_mapaddr(struct proc *p, vaddr_t base, vsize_t sz, int tp)



Home | Main Index | Thread Index | Old Index