freebsd-dev/sys/arm/mv
Ian Lepore 9a74ac77b8 Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESS
value is defined as a config option the definition is emitted into
opt_global.h which is force-included into everything.  In addition, the
symbol is emitted by the genassym mechanism, but that by its nature reduces
the value to a 0xnnnnnnnn number.  When compiling a .S file you end up
with two different definitions of the macro (they evaluate to the same
number, but the text is different, upsetting the compiler).

Nothing has changed about this code for a while but the compile error is
new, so this must be fallout from the clang 3.7 update or something.
2015-10-18 01:03:43 +00:00
..
armadaxp Include vm/pmap.h for pmap_kextract. 2015-04-04 23:03:11 +00:00
discovery
kirkwood
orion When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE. 2014-05-10 20:03:03 +00:00
files.mv Build the cpufunc_asm_* files based on the cpu type, not which config file 2015-03-29 22:43:39 +00:00
gpio.c Stop using machine/fdt.h in the arm kernel code when we don't need it. 2015-04-04 21:34:26 +00:00
ic.c
mpic.c An IPI must be cleared before it is handled otherwise next IPI could be 2015-10-01 12:09:05 +00:00
mv_common.c Follow r275792 eliminating fdt_data_verify(). 2014-12-15 11:57:39 +00:00
mv_localbus.c Move the definition of fdt_localbus_devmap to a Marvell specific file as 2015-04-04 22:05:43 +00:00
mv_machdep.c Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
mv_pci.c Fix typo. 2014-12-15 12:15:18 +00:00
mv_ts.c Stop using machine/fdt.h in the arm kernel code when we don't need it. 2015-04-04 21:34:26 +00:00
mvreg.h
mvvar.h Move the definition of fdt_localbus_devmap to a Marvell specific file as 2015-04-04 22:05:43 +00:00
mvwin.h
rtc.c
std-pj4b.mv Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESS 2015-10-18 01:03:43 +00:00
std.mv
timer.c
twsi.c