NetBSD/sys/arch/x68k
thorpej 15f731ee94 pmap_update() should not be equated with "flush entire TLB", it is
used to process deferred pmap operations.  Since these pmaps don't
defer anything, pmap_update() is a noop.
2001-04-21 17:25:01 +00:00
..
compile
conf A bit of ELF support. From scw. 2001-03-22 12:46:19 +00:00
dev eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
include Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
stand Use IOCS_S_READEXT only when reading the partition boot from 2001-01-26 17:30:15 +00:00
usr.bin Use objcopy instead of dd. This will work after we'll switch to ELF. 2000-11-25 05:27:19 +00:00
usr.sbin usr1handler(): fix the logerror() call, use string 'shut' 2001-02-21 22:55:51 +00:00
x68k pmap_update() should not be equated with "flush entire TLB", it is 2001-04-21 17:25:01 +00:00
Makefile