Remove options SOSEND_NO_LOAN. Now it's handled in mips/pmap.c.
This commit is contained in:
parent
7cb169d2dd
commit
655bb5e6f1
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.106 2006/11/11 18:47:09 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.107 2006/11/18 14:28:55 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.106 $"
|
||||
#ident "GENERIC-$Revision: 1.107 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -150,13 +150,6 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
|||
|
||||
options NFS_BOOT_DHCP
|
||||
|
||||
# XXX Disable zero-copy page loaning in sosend() temporarily:
|
||||
# PV mappings created by sosend_loan() in sys/kern/uipc_socket.c may
|
||||
# produce virtual cache aliases and it seems to cause TLB MISS panic
|
||||
# in cache flush code called from bus_dmamap_sync(9) PREWRITE ops
|
||||
# during heavy TX packet traffic on tlp(4).
|
||||
options SOSEND_NO_LOAN
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
mainbus0 at root
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.26 2006/09/27 21:42:05 manu Exp $
|
||||
# $NetBSD: INSTALL,v 1.27 2006/11/18 14:28:55 tsutsui Exp $
|
||||
#
|
||||
# INSTALL -- installation and rescue kernel.
|
||||
#
|
||||
|
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.26 $"
|
||||
#ident "INSTALL-$Revision: 1.27 $"
|
||||
|
||||
makeoptions COPTS="-Os -mmemcpy"
|
||||
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
|
||||
|
@ -137,13 +137,6 @@ options IPFILTER_LOOKUP # ippool(8) support
|
|||
|
||||
options NFS_BOOT_DHCP
|
||||
|
||||
# XXX Disable zero-copy page loaning in sosend() temporarily:
|
||||
# PV mappings created by sosend_loan() in sys/kern/uipc_socket.c may
|
||||
# produce virtual cache aliases and it seems to cause TLB MISS panic
|
||||
# in cache flush code called from bus_dmamap_sync(9) PREWRITE ops
|
||||
# during heavy TX packet traffic on tlp(4).
|
||||
options SOSEND_NO_LOAN
|
||||
|
||||
config netbsd root on ? type nfs
|
||||
|
||||
mainbus0 at root
|
||||
|
|
Loading…
Reference in New Issue