Date: Wed, 11 Sep 2019 17:29:44 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r352223 - head/sys/arm64/linux Message-ID: <201909111729.x8BHTiLD008754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Wed Sep 11 17:29:44 2019 New Revision: 352223 URL: https://svnweb.freebsd.org/changeset/base/352223 Log: linuxulator: add stub arm64 linux_genassym.c This will be fleshed out in the future but allows us to build the arm64 linuxulator using the same infrastructure as x86. Added: head/sys/arm64/linux/linux_genassym.c (contents, props changed) Added: head/sys/arm64/linux/linux_genassym.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/arm64/linux/linux_genassym.c Wed Sep 11 17:29:44 2019 (r352223) @@ -0,0 +1,2 @@ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909111729.x8BHTiLD008754>