NetBSD/sys/arch
briggs 6e95146ec6 Raise spl4 to spl6 in quick_go--I am now experimenting with interrupts
at levels 5 (sound) and 6 (via1) on the Q700.
Raise splhigh when reading and writing registers.  It's ugly, but it's
possible that we could get an interrupt from a higher-level source,
causing a re-read of a memory location.
This is not good when, e.g., we are reading the interrupt register.
Ideally, we would just raise splhigh() in ncr53c9x_readregs(), but
that's m.i. code, and it may be expensive on other architectures.
1999-06-01 03:40:12 +00:00
..
alpha In PMAP_ISACTIVE(), check curproc->p_vmspace before using it; this macro 1999-05-31 20:49:00 +00:00
amiga Support for a ... somewhat strange method of doing >512 byte/block 1999-05-30 21:21:36 +00:00
arm32 Guard inclusion of opt_cputypes.h. 1999-06-01 03:37:02 +00:00
atari Add support for the memory on the CT2 board. Info from Thomas Goirand. 1999-05-27 09:08:25 +00:00
bebox Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
hp300 Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
i386 Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
m68k PR 7220 from Ken Nakata: 1999-05-30 20:17:48 +00:00
mac68k Raise spl4 to spl6 in quick_go--I am now experimenting with interrupts 1999-06-01 03:40:12 +00:00
macppc Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
mips - A little attention for TLBUpdate(). 1999-05-31 06:10:32 +00:00
mvme68k Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
newsmips Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
next68k Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
ofppc Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
pc532 Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
pica Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
pmax - Call _splnone() explicitely after auto config. was well done to make 1999-05-31 07:42:56 +00:00
powerpc Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
sparc Casts to match `%d' in printf format. 1999-05-27 14:20:10 +00:00
sparc64 Garbage collect. 1999-05-31 00:14:00 +00:00
sun3 Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
vax Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00
x68k First attempt to implement PMAP_NEW interface. 1999-05-31 14:39:13 +00:00
Makefile