NetBSD/sys/arch/alpha/include
thorpej e84fefd1f1 pmap_asn_alloc(): In a multiprocessor configuration, it's possible
to arrive here referencing the kernel_lev1map without having the
RESERVED ASN -- another CPU may have caused pmap_lev1map_destroy()
to be called, and that routine only invalidates the ASN for the
CPU that called it.  So, in the MULTIPROCESSOR case, simply assign
the RESERVED ASN if we reference the kernel_lev1map rather than
asserting that we already have the RESERVED ASN.  Thanks to Bill
Sommerfeld for helping me track down the problem.

Also add a new IPI that causes a CPU to re-activate its address
space if the pmap it's using changes level 1 maps (this probably
won't happen very often, but it's correct to have it).

This makes Alpha MP kernels boot multiuser.  In fact, this commit
is being made from my dual-CPU AlphaServer 1200 running an MP kernel.
2001-04-20 16:22:33 +00:00
..
Makefile Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
Makefile.inc
alpha.h
alpha_cpu.h
ansi.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
aout_machdep.h
asm.h
atomic.h Oops, properly mark a memory operand as both an input and an 2001-04-16 17:05:22 +00:00
autoconf.h
bswap.h
bus.h Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
bwx.h
cdefs.h
cfbreg.h
conf.h
cpu.h Eliminate race conditions in the FP-switch code. MP kernels get 2001-04-20 00:10:17 +00:00
cpuconf.h
cpuvar.h
db_machdep.h Glue in KGDB. Needs some more work -- KGDB currently renders 2001-04-19 17:48:46 +00:00
disklabel.h
ecoff_machdep.h
eisa_machdep.h
elf_machdep.h
endian.h
endian_machdep.h
fbio.h
float.h
frame.h
ieee.h
ieeefp.h
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
int_limits.h Add definitions of C99 specified-width integer type limits. 2001-04-15 15:29:02 +00:00
int_mwgwtypes.h Add definitions of C99 minimum-width and greatest-width integer types. 2001-04-14 12:19:49 +00:00
int_types.h Replace the 'unsigned __COMPILER_INT64__' construct with a new name, 2001-04-12 22:01:18 +00:00
intr.h pmap_asn_alloc(): In a multiprocessor configuration, it's possible 2001-04-20 16:22:33 +00:00
isa_machdep.h
isapnp_machdep.h
kbio.h
kcore.h
limits.h
loadfile_machdep.h
lock.h Oops, properly mark a memory operand as both an input and an 2001-04-16 17:05:22 +00:00
logout.h Verbose display of machine check errors on AS200/400 boxes. 2001-03-25 05:52:38 +00:00
math.h
pal.h
param.h
pcb.h Eliminate race conditions in the FP-switch code. MP kernels get 2001-04-20 00:10:17 +00:00
pci_machdep.h Change pci_intr_map to get interrupt source information from a "struct 2000-12-28 22:59:06 +00:00
pio.h Make this C++ safe. 2001-01-07 03:59:31 +00:00
pmap.h pmap_asn_alloc(): In a multiprocessor configuration, it's possible 2001-04-20 16:22:33 +00:00
proc.h Make ASTs per-process. 2001-01-19 18:51:17 +00:00
profile.h
prom.h
psl.h
pte.h
ptrace.h
reg.h
rnd.h
rpb.h
setjmp.h
sigdebug.h Let COMPAT_LINUX build with DEBUG 2000-12-27 23:47:58 +00:00
signal.h
stdarg.h
sysarch.h
tc_machdep.h
types.h Make ASTs per-process. 2001-01-19 18:51:17 +00:00
userret.h ANSI'ify, and inline userret(). 2001-01-03 22:15:38 +00:00
varargs.h
vmparam.h Remove an un-true comment regarding the location of the u-area. 2001-04-18 16:04:43 +00:00
vuid_event.h
z8530var.h