Date: Tue, 15 Aug 2006 16:43:07 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/arm mem.c Message-ID: <200608151643.k7FGh7ZE015796@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2006-08-15 16:43:07 UTC FreeBSD src repository Modified files: sys/arm/arm mem.c Log: Ooops we need to include <machine/vmparam.h> to get the definition of KERNBASE and VM_MAXUSER_ADDRESS. Remove the useless include of opt_global.h, as noticed by netchild@ (the one in arm/elf_trampoline.c is legit, because this file is compiled outside the kernel, and doesn't use the standard CFLAGS). Revision Changes Path 1.4 +1 -2 src/sys/arm/arm/mem.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151643.k7FGh7ZE015796>