The branch stable/15 has been updated by olce:

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

commit f4f418bbf8fb6fdb18f17e0c21db4a384d5a1eac
Author:     Olivier Certner <[email protected]>
AuthorDate: 2026-02-16 12:53:16 +0000
Commit:     Olivier Certner <[email protected]>
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 */

Reply via email to