Update of /cvsroot/linux-mips/linux/arch/mips64/configs
In directory usw-pr-cvs1:/tmp/cvs-serv10232/arch/mips64/configs
Modified Files:
defconfig-ip32
Log Message:
New, hopefully faster memcpy using prefetching. I'm interested in lmbench results comparing old / new memcpy benchmark results.
Index: defconfig-ip32
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/configs/defconfig-ip32,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- defconfig-ip32 2001/12/13 21:05:10 1.6
+++ defconfig-ip32 2002/02/05 17:29:27 1.7
@@ -1,6 +1,8 @@
#
# Automatically generated make config: don't edit
#
+CONFIG_MIPS=y
+CONFIG_MIPS64=y
#
# Code maturity level options
@@ -22,7 +24,7 @@
CONFIG_ARC32=y
CONFIG_PC_KEYB=y
CONFIG_PCI=y
-CONFIG_MAPPED_PCI_IO=y
+# CONFIG_MAPPED_PCI_IO is not set
CONFIG_NONCOHERENT_IO=y
CONFIG_ARC_MEMORY=y
CONFIG_L1_CACHE_SHIFT=5
@@ -110,7 +112,7 @@
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
-# CONFIG_NETLINK is not set
+# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
@@ -123,6 +125,7 @@
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
+# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPV6 is not set
@@ -199,6 +202,7 @@
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
+# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
@@ -253,6 +257,7 @@
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
+# CONFIG_ETHERTAP is not set
#
# Ethernet (10 or 100Mbit)
|