summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-15 22:50:06 +0000
committerian <ian@FreeBSD.org>2014-05-15 22:50:06 +0000
commit56c3d6e841618384b80deb80cf39041b759a53da (patch)
tree96866ad37d20b44cec8beddfcde3eb11f1575390 /sys/arm/include
parentdbea31deb0f37bf5ff55e4cd39230b347deba1c1 (diff)
downloadFreeBSD-src-56c3d6e841618384b80deb80cf39041b759a53da.zip
FreeBSD-src-56c3d6e841618384b80deb80cf39041b759a53da.tar.gz
MFC r261982, r261987, r262123, r262244, r262278, r262280, r262353, r262354,
r262355, r262419, Add Vybrid driver for Synchronous Audio Interface (SAI). Decrease SAI buffer size. Handle eDMA interrupt on running channel only. Give the physmem fdt helper routines static linkage since no global definition of them is provided anywhere. Add imx6 early printf support, wrapped in #if 0 because it's rarely needed. Add basic cpu frequency control and temperature monitoring to imx6_anatop. Add the FREEBSD_BOOT_LOADER option so that a loaded DTB passed in from ubldr will actually get used. Create a generic IMX6 kernel config, then fix it to have an ident line. Don't force imx6 bootverbose on anymore, it can be set from ubldr now.
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/physmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/include/physmem.h b/sys/arm/include/physmem.h
index 76af0f6..4c0d3c5 100644
--- a/sys/arm/include/physmem.h
+++ b/sys/arm/include/physmem.h
@@ -65,7 +65,7 @@ void arm_physmem_print_tables(void);
#include <machine/ofw_machdep.h>
-inline void
+static inline void
arm_physmem_hardware_regions(struct mem_region * mrptr, int mrcount)
{
while (mrcount--) {
@@ -74,7 +74,7 @@ arm_physmem_hardware_regions(struct mem_region * mrptr, int mrcount)
}
}
-inline void
+static inline void
arm_physmem_exclude_regions(struct mem_region * mrptr, int mrcount,
uint32_t exflags)
{
OpenPOWER on IntegriCloud