freebsd-dev/sys/x86
Roger Pau Monné b829c841ad loader: fix the size of MODINFOMD_MODULEP
The data in MODINFOMD_MODULEP is packed by the loader as a 4 byte type, but
the amd64 kernel expects a vm_paddr_t, which is of size 8 bytes. Fix this by
saving it as 8 bytes in the loader and retrieving it using the proper type
in the kernel.

Sponsored by: Citrix Systems R&D
2015-01-20 12:28:24 +00:00
..
acpica Create a cpuset mask for each NUMA domain that is available in the 2015-01-08 15:53:13 +00:00
bios Add missing header needed by free(9). 2012-09-30 15:42:20 +00:00
cpufreq Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
include Update Features2 to display SDBG capability of processor. This is 2015-01-08 16:50:35 +00:00
iommu Right now, for non-coherent DMARs, page table update code flushes the 2015-01-11 20:27:15 +00:00
isa Include mca_machdep.h. 2015-01-18 03:43:47 +00:00
pci Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
x86 Update the vdso timehands only via tc_windup(). 2015-01-20 03:54:30 +00:00
xen loader: fix the size of MODINFOMD_MODULEP 2015-01-20 12:28:24 +00:00