Subject: Re: kern/34010: undefined reference to `uvm_mremap' in LKM compat_linux.o.
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 07/16/2006 11:25:01
The following reply was made to PR kern/34010; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/34010: undefined reference to `uvm_mremap' in LKM compat_linux.o.
Date: Sun, 16 Jul 2006 13:24:19 +0200
On Sun, Jul 16, 2006 at 03:52:26PM +0900, YAMAMOTO Takashi wrote:
> - otoh, i put it in uvm/ because its functionality can be useful for others.
> (and i was thinking about introducing netbsd-native version of
> the system call. it makes significant performance difference for
> some applications, especially for ones written for linux. :-)
Both sounds fine to me - what is the API of that syscall? Is it sane
(i.e. do we want to copy it 1:1)? Maybe we should move this to tech-kern
though.
Martin