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
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