Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2026 14:44:15 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f4f418bbf8fb - stable/15 - vm_page.h: Materialize a spare bit
Message-ID:  <69a996bf.260bb.74f206d8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by olce:

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

commit f4f418bbf8fb6fdb18f17e0c21db4a384d5a1eac
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-02-16 12:53:16 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-03-05 14:43:25 +0000

    vm_page.h: Materialize a spare bit
    
    No functional change (intended).
    
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit d18aaeff8fd314e79642062d95110ad174bd1882)
---
 sys/vm/vm_page.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index 0a143544e907..a091310ffd17 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -487,6 +487,7 @@ vm_page_t PHYS_TO_VM_PAGE(vm_paddr_t pa);
 #define VM_ALLOC_INTERRUPT	1
 #define VM_ALLOC_SYSTEM		2
 #define	VM_ALLOC_CLASS_MASK	3
+#define	VM_ALLOC_AVAIL0		0x0004
 #define	VM_ALLOC_WAITOK		0x0008	/* (gnp) Sleep and retry */
 #define	VM_ALLOC_WAITFAIL	0x0010	/* (acgnp) Sleep and return error */
 #define	VM_ALLOC_WIRED		0x0020	/* (acgnp) Allocate a wired page */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a996bf.260bb.74f206d8>