Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2025 05:52:02 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: 61c1368f22f9 - main - powerpc: add missing header
Message-ID:  <202504210552.53L5q2hF003904@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=61c1368f22f955fa16003daa7db29d8bdd24d4cc

commit 61c1368f22f955fa16003daa7db29d8bdd24d4cc
Author:     Doug Moore <dougm@FreeBSD.org>
AuthorDate: 2025-04-21 05:50:37 +0000
Commit:     Doug Moore <dougm@FreeBSD.org>
CommitDate: 2025-04-21 05:50:37 +0000

    powerpc: add missing header
    
    Add missing vm/vm_radix.header.
    
    Fixes:  b6cd84ca2d08 ("powerpc: replace tailq pointers with iterators")
---
 sys/powerpc/booke/pmap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/powerpc/booke/pmap.c b/sys/powerpc/booke/pmap.c
index 62fd21d4f073..f76f17bd8450 100644
--- a/sys/powerpc/booke/pmap.c
+++ b/sys/powerpc/booke/pmap.c
@@ -107,6 +107,7 @@
 #include <vm/vm_pager.h>
 #include <vm/vm_phys.h>
 #include <vm/vm_pagequeue.h>
+#include <vm/vm_radix.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?202504210552.53L5q2hF003904>