NetBSD/sys/arch/mips
tsutsui 7cb169d2dd Disable sosend_loan() in sys/kern/uipc_socket.c temporarily on CPUs
which have virtual address indexed cache and whose pmaps don't always
allow normal shared mappings even for read only pages.

In future, these pmaps should be rewritten to handle such read only
shared mappings properly like ARM pmap, but currently we just disable
sosend_loan() to avoid unnecessary uncached mappings and cache flushes
on MIPS3 CPUs, or map/unmap thrashing on SH4.

Discussed with thorpej a while ago.
2006-11-18 14:25:39 +00:00
..
alchemy Add Alchemy PSC SPI bus protocol driver. Not activated on any boards yet, 2006-10-02 08:00:07 +00:00
atheros This commit provides substantial fixes and functionality for SPI flash. 2006-10-20 06:41:46 +00:00
bonito
cfe
conf Add Atheros SPI controller. This is a "pseudo-controller", as it has some 2006-10-07 07:18:02 +00:00
include fix gcc -Werror -Wmissing-braces problem 2006-10-04 13:51:59 +00:00
mips Disable sosend_loan() in sys/kern/uipc_socket.c temporarily on CPUs 2006-11-18 14:25:39 +00:00
sibyte More from Matt Fleming: 2006-10-01 20:31:49 +00:00
Makefile
Makefile.inc Use ${SYSDIR}/arch/mips/ instead of ../mips/, which was fragile. 2006-08-06 17:22:47 +00:00