Date: Mon, 4 Nov 2013 20:00:21 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257649 - in head/sys: conf dev/fdt Message-ID: <201311042000.rA4K0LvG016156@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Mon Nov 4 20:00:21 2013 New Revision: 257649 URL: http://svnweb.freebsd.org/changeset/base/257649 Log: This files should have been included in r257648. Modified: head/sys/conf/files.arm head/sys/dev/fdt/fdt_pci.c Modified: head/sys/conf/files.arm ============================================================================== --- head/sys/conf/files.arm Mon Nov 4 19:44:37 2013 (r257648) +++ head/sys/conf/files.arm Mon Nov 4 20:00:21 2013 (r257649) @@ -14,6 +14,7 @@ arm/arm/cpufunc_asm_armv4.S standard arm/arm/db_disasm.c optional ddb arm/arm/db_interface.c optional ddb arm/arm/db_trace.c optional ddb +arm/arm/devmap.c standard arm/arm/disassem.c optional ddb arm/arm/dump_machdep.c standard arm/arm/elf_machdep.c standard Modified: head/sys/dev/fdt/fdt_pci.c ============================================================================== --- head/sys/dev/fdt/fdt_pci.c Mon Nov 4 19:44:37 2013 (r257648) +++ head/sys/dev/fdt/fdt_pci.c Mon Nov 4 20:00:21 2013 (r257649) @@ -42,6 +42,9 @@ __FBSDID("$FreeBSD$"); #include <dev/pci/pcireg.h> #include <machine/fdt.h> +#if defined(__arm__) +#include <machine/devmap.h> +#endif #include "ofw_bus_if.h" #include "pcib_if.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311042000.rA4K0LvG016156>