NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe
The following reply was made to PR kern/49328; it has been noted by GNATS.
From: 6bone%6bone.informatik.uni-leipzig.de@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe
Date: Sun, 1 Feb 2015 18:12:39 +0100 (CET)
On Sun, 1 Feb 2015, Christos Zoulas wrote:
> Yes, and my plan is to first fix the NOSLEEP allocation issues and then
> fix the driver so it does not do the deallocation/allocation needlessly.
> Here's the next patch for the first target...
I see.
> Index: uvm_map.c
> ===================================================================
--- uvm_map.o ---
/usr/src/sys/uvm/uvm_map.c: In function 'uvm_map_prepare':
/usr/src/sys/uvm/uvm_map.c:1186:3: error: suggest parentheses around
comparison
in operand of '&' [-Werror=parentheses]
if (flags & UVM_FLAG_NOWAIT == 0)
^
cc1: all warnings being treated as errors
*** [uvm_map.o] Error code 1
Home |
Main Index |
Thread Index |
Old Index