NetBSD/sys/arch/sh3
thorpej e8ee04475d - Add a new vnode flag VEXECMAP, which indicates that a vnode has
executable mappings.  Stop overloading VTEXT for this purpose (VTEXT
  also has another meaning).
- Rename vn_marktext() to vn_markexec(), and use it when executable
  mappings of a vnode are established.
- In places where we want to set VTEXT, set it in v_flag directly, rather
  than making a function call to do this (it no longer makes sense to
  use a function call, since we no longer overload VTEXT with VEXECMAP's
  meaning).

VEXECMAP suggested by Chuq Silvers.
2001-10-30 15:32:01 +00:00
..
conf Change defaults for kernel compiles. Default all to USETOOLS?=no and have 2001-10-26 06:45:33 +00:00
dev add missing check for framing error 2001-09-10 08:50:33 +00:00
include fix type-o. 2001-09-21 02:36:47 +00:00
sh3 - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
Makefile