freebsd-nq/sys/x86/x86
Svatopluk Kraus a1e1814d76 As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
include it explicitly when <vm/pmap.h> is already included.

Reviewed by:	alc, kib
Differential Revision:	https://reviews.freebsd.org/D5373
2016-02-22 09:02:20 +00:00
..
bus_machdep.c Better support memory mapped console devices, such as VGA and EFI 2015-08-12 15:26:32 +00:00
busdma_bounce.c x86/bounce: try to always completely fill bounce pages 2015-12-15 10:07:03 +00:00
busdma_machdep.c Add a virtual table for the busdma methods on x86, to allow different 2013-10-27 22:05:10 +00:00
cpu_machdep.c When sleeping in Sx state using MWAIT instruction, accept fast wakeup 2015-05-19 14:21:00 +00:00
delay.c xen: implement an early timer for Xen PVH 2014-03-11 10:20:42 +00:00
dump_machdep.c Factor out duplicated code from dumpsys() on each architecture into generic 2015-01-07 01:01:39 +00:00
fdt_machdep.c preload_search_info: make sure mod is set 2015-08-21 15:57:57 +00:00
identcpu.c hyperv: use x86 generic code to do the hypervisor detection 2016-01-14 02:50:13 +00:00
intr_machdep.c x86/intr: allow mutex recursion in intr_remove_handler 2015-11-18 18:09:49 +00:00
io_apic.c Use VT-d interrupt remapping block (IR) to perform FSB messages 2015-03-19 13:57:47 +00:00
legacy.c
local_apic.c It seems that at least some KVM versions advertise support for EIO 2015-12-05 08:52:37 +00:00
mca.c CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
mp_x86.c For amd64 non-PCID machines, and for i386 machines with support for 2015-12-03 11:14:14 +00:00
mptable_pci.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
mptable.c Move <machine/apicvar.h> to <x86/apicvar.h>. 2014-01-23 20:10:22 +00:00
msi.c Use VT-d interrupt remapping block (IR) to perform FSB messages 2015-03-19 13:57:47 +00:00
nexus.c As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to 2016-02-22 09:02:20 +00:00
pvclock.c Add interface to derive a TSC frequency from the pvclock 2015-02-04 08:33:04 +00:00
stack_machdep.c Add stack_save_td_running(), a function to trace the kernel stack of a 2015-09-11 03:54:37 +00:00
tsc.c Opt for performance over power-saving on Intel CPUs that have a 2015-01-29 20:41:42 +00:00