From nobody Fri Dec 31 06:42:09 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6CD5719177CE; Fri, 31 Dec 2021 06:42:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JQFtV1Gyjz4d6f; Fri, 31 Dec 2021 06:42:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C6DA26EBD; Fri, 31 Dec 2021 06:42:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BV6g9fZ025191; Fri, 31 Dec 2021 06:42:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BV6g9D9025190; Fri, 31 Dec 2021 06:42:09 GMT (envelope-from git) Date: Fri, 31 Dec 2021 06:42:09 GMT Message-Id: <202112310642.1BV6g9D9025190@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Doug Moore Subject: git: f76916c0956d - main - vm_reserv: #include vm_extern.h explicitly, for arm. List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dougm X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f76916c0956d8318412e7aa30711b8411864ef21 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640932930; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=c2Qh0iupGy2r5IUVVzMGMsa0l4fAeyA5eZs6/ppndxY=; b=C7gYmmfRUs3VMrTg4690rQuX+l/wkHwmP1xzP8Nlb8xtoMzY1ezS+H1pBSBoxsS2PPuIry 9i0W4JBX5v+NQu2IXfsLXQoG/SVPe0HeAh852snAenBLNlJ6ONzh6qFG26X01N8O/UV3Su 23taPtjs1ebLyiBu/sEq0bWG+EGY4GKeugLs4J9AiOzquSh0wFDtczP4mSS+p2DyIDwQzj IGoybo2Gi0xCi1Df/uyNJoRaQJ/U51mLuA/6okbPFq/vf8l3GRofnACVdGJyxQ6vFdYpV6 ZH80yZxAZt5aiHXKGsm8iUsg1qPN6aGsBXF6OtZYPBuo2UjrPj+dnHfebiPnQw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640932930; a=rsa-sha256; cv=none; b=kq8HGfvUuDfQXm57rzXeTFkKFkoQ0v8SQB/6ZhtTQJA+IcIFSFYnhp29yJE0GogSF2dykw nkg2w96JQFqeyit0QyrUhpr8NyWWywkng3PunQqV9gDQomqQs6lchSMBqGqqgtB89arKZa KMxd2cW83JG+F4mV+7cnV4B32+qALH3QOglPNsAgyF8EP4bJuoQdtn17gryliGuMZ8+nTD 6qgR8d4srAv4WhZgKrrqB4SOLwZ6DT9TSqB4vBbcdhWI1pjV7AAsecE7UJRERg9QSJdYHT /Mj1N4CGmWtY3fYqxWxa+xYGZq/RYPrEN8D3k5NsvTx48t6j5HjiBaa9bGALfA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=f76916c0956d8318412e7aa30711b8411864ef21 commit f76916c0956d8318412e7aa30711b8411864ef21 Author: Doug Moore AuthorDate: 2021-12-31 06:40:25 +0000 Commit: Doug Moore CommitDate: 2021-12-31 06:40:25 +0000 vm_reserv: #include vm_extern.h explicitly, for arm. Fixes: c606ab59e7f9 vm_extern: use standard address checkers everywhere --- sys/vm/vm_reserv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/vm/vm_reserv.c b/sys/vm/vm_reserv.c index 639121806857..8c8b394454a0 100644 --- a/sys/vm/vm_reserv.c +++ b/sys/vm/vm_reserv.c @@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include #include