1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00
freebsd/sys/arm
Zbigniew Bodek 676420e8b1 Make PCB structure binary compatible for old and new PMAP on ARM
This structure must be binary compatible regardless of PMAP
version being used. Create reserved section for NEW_PMAP to
make other variables be placed exactly in the same memory
addresses. This fixes kgdb/gdb behavoiur, which uses pcb.h stuctures.
The NEW_PMAP is kernel flag, so it does not propagate to the buildworld,
what makes the tools using pcb.h unable to parse PCB data.

Reviewed by:   mmel, kib
Submitted by:  Wojciech Macek <wma@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Juniper Networks Inc.
Differential Revision: https://reviews.freebsd.org/D4011
2015-11-17 13:09:51 +00:00
..
allwinner
altera/socfpga
amlogic/aml8726
annapurna/alpine Since r289279 bufinit() uses mp_ncpus, but some architectures set this 2015-11-08 14:26:50 +00:00
arm Make pl310_print_config static, it's not called out of pl310.c 2015-11-17 11:26:35 +00:00
at91 Correct !FDT case with proper name. 2015-11-07 22:58:56 +00:00
broadcom/bcm2835 Refactor bcm2835_cpufreq to use bcm2835_mbox_property API 2015-11-11 00:45:41 +00:00
cavium/cns11xx
conf Add support for the Zybo and similar boards to ZEDBOARD kernel. 2015-11-13 15:36:40 +00:00
freescale Replace magic numbers for CCGRx registers with more descriptive names 2015-11-14 22:46:50 +00:00
include Make PCB structure binary compatible for old and new PMAP on ARM 2015-11-17 13:09:51 +00:00
lpc
mv Since r289279 bufinit() uses mp_ncpus, but some architectures set this 2015-11-08 14:26:50 +00:00
qemu Fix typo (s/ncpus/mp_ncpus/) 2015-11-09 22:12:29 +00:00
rockchip
samsung/exynos Fix buffer overflow in exynos5_ehci 2015-11-17 12:50:45 +00:00
ti Somewhat improve HDMI event API 2015-11-14 21:01:35 +00:00
versatile
xilinx Since r289279 bufinit() uses mp_ncpus, but some architectures set this 2015-11-08 14:26:50 +00:00
xscale