Date: Thu, 24 May 2018 16:07:48 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334164 - head/sys/arm64/include Message-ID: <201805241607.w4OG7mKx055384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Thu May 24 16:07:47 2018 New Revision: 334164 URL: https://svnweb.freebsd.org/changeset/base/334164 Log: Remove physmap from the arm64 machdep.h. This was missed in r334162. Modified: head/sys/arm64/include/machdep.h Modified: head/sys/arm64/include/machdep.h ============================================================================== --- head/sys/arm64/include/machdep.h Thu May 24 15:47:15 2018 (r334163) +++ head/sys/arm64/include/machdep.h Thu May 24 16:07:47 2018 (r334164) @@ -45,9 +45,6 @@ enum arm64_bus { extern enum arm64_bus arm64_bus_method; -extern vm_paddr_t physmap[]; -extern u_int physmap_idx; - void dbg_init(void); void initarm(struct arm64_bootparams *); extern void (*pagezero)(void *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805241607.w4OG7mKx055384>