freebsd-nq/sys/amd64/amd64
Alan Cox 6634dbbde4 Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionally
compiled under PMAP_DIAGNOSTIC are now KASSERT()s.  (Note: The kernel
option DIAGNOSTIC still disables inlining of certain pmap functions.)

Eliminate dead code from pmap_enter().  This code implemented an assertion.
On i386, an equivalent check is already implemented.  However, on amd64,
a small change is required to implement an equivalent check.

Eliminate \n from a nearby panic string.

Use KASSERT() to reimplement pmap_copy()'s two assertions.
2008-01-17 18:25:52 +00:00
..
amd64_mem.c
apic_vector.S
atomic.c
autoconf.c
bios.c
bpf_jit_machdep.c
bpf_jit_machdep.h
busdma_machdep.c Remove the 'needbounce' variable from the _bus_dmamap_load_buffer() 2007-11-27 17:28:12 +00:00
cpu_switch.S
db_disasm.c
db_interface.c
db_trace.c Break out stack(9) from ddb(4): 2007-12-02 20:40:35 +00:00
dump_machdep.c
elf_machdep.c
exception.S Kernel and hwpmc(4) support for callchain capture. 2007-12-07 08:20:17 +00:00
fpu.c
gdb_machdep.c
genassym.c MFP4: Add assembly language symbols used by hwpmc(4)'s callchain capture. 2007-11-23 03:03:30 +00:00
identcpu.c Recognize architectural support for 1GB virtual pages. 2007-12-08 21:13:01 +00:00
in_cksum.c
initcpu.c
intr_machdep.c Extend critical section coverage in the low-level interrupt handlers to 2007-11-21 04:03:51 +00:00
io_apic.c
io.c
legacy.c
local_apic.c
locore.S
machdep.c Add a new 'why' argument to kdb_enter(), and a set of constants to use 2007-12-25 17:52:02 +00:00
mem.c
minidump_machdep.c
mp_machdep.c
mp_watchdog.c Add a new 'why' argument to kdb_enter(), and a set of constants to use 2007-12-25 17:52:02 +00:00
mpboot.S
mptable_pci.c
mptable.c
msi.c
nexus.c
pmap.c Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionally 2008-01-17 18:25:52 +00:00
prof_machdep.c Don't use plain "ret" instructions at targets of jump instructions, 2007-11-29 02:01:21 +00:00
sigtramp.S
stack_machdep.c Break out stack(9) from ddb(4): 2007-12-02 20:40:35 +00:00
support.S
sys_machdep.c
trap.c Kernel and hwpmc(4) support for callchain capture. 2007-12-07 08:20:17 +00:00
tsc.c
uio_machdep.c
uma_machdep.c
vm_machdep.c o Rename cpu_thread_setup() to cpu_thread_alloc() to better 2007-11-14 20:21:54 +00:00