Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 19:37:47 GMT
From:      Doug Moore <dougm@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e5635c3dab47 - main - powerpc_mmu_radix: include vm_radix.h file
Message-ID:  <202309121937.38CJblE4056558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dougm:

URL: https://cgit.FreeBSD.org/src/commit/?id=e5635c3dab47b19937622a70b4b443ffea2d5436

commit e5635c3dab47b19937622a70b4b443ffea2d5436
Author:     Doug Moore <dougm@FreeBSD.org>
AuthorDate: 2023-09-12 19:35:48 +0000
Commit:     Doug Moore <dougm@FreeBSD.org>
CommitDate: 2023-09-12 19:35:48 +0000

    powerpc_mmu_radix: include vm_radix.h file
    
    Replacing _vm_radix.h with vm_radix.h in one header file leaves one
    source file short of function definitions.  Include vm_radix.h in that
    source file.
    
    Fixes a problem rooted in change 429c871ddddac4bbf6abf1eb9e2e6603f87c2ef5.
---
 sys/powerpc/aim/mmu_radix.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/powerpc/aim/mmu_radix.c b/sys/powerpc/aim/mmu_radix.c
index 32d08d2d7026..9c5b67121803 100644
--- a/sys/powerpc/aim/mmu_radix.c
+++ b/sys/powerpc/aim/mmu_radix.c
@@ -67,6 +67,7 @@
 #include <vm/vm_extern.h>
 #include <vm/vm_pageout.h>
 #include <vm/vm_phys.h>
+#include <vm/vm_radix.h>
 #include <vm/vm_reserv.h>
 #include <vm/vm_dumpset.h>
 #include <vm/uma.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309121937.38CJblE4056558>