diff options
| author | Marios Pomonis <pomonis@google.com> | 2025-04-03 04:33:01 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-03 11:55:49 +0000 |
| commit | 012c639d904cf60a221b8b16833c02eed9b2514e (patch) | |
| tree | 89d33947d22399ee0719d883f7278e2f3af637e6 /sys/linux/dev_kvm.txt.const | |
| parent | 996a961865892d8b81ae3adccb482161e6994c41 (diff) | |
sys/linux: update and remove obsolete consts
This commit removes CRYPTO_ALG_TYPE_COMPRESS from socket_alg.txt since
it was recently removed from the kernel source tree
(fce8b8d crypto: remove obsolete 'comp' compression API). It also
updates a number of other consts that make extract detected.
Diffstat (limited to 'sys/linux/dev_kvm.txt.const')
| -rw-r--r-- | sys/linux/dev_kvm.txt.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_kvm.txt.const b/sys/linux/dev_kvm.txt.const index 33980e8c7..aa53a22b2 100644 --- a/sys/linux/dev_kvm.txt.const +++ b/sys/linux/dev_kvm.txt.const @@ -171,7 +171,7 @@ KVM_IRQ_ROUTING_MSI = 2 KVM_IRQ_ROUTING_S390_ADAPTER = 3 KVM_IRQ_ROUTING_XEN_EVTCHN = 5 KVM_KVMCLOCK_CTRL = 44717, mips64le:ppc64le:536915629 -KVM_MAX_IRQ_ROUTES = 4096, 386:amd64:mips64le:ppc64le:??? +KVM_MAX_IRQ_ROUTES = 4096, mips64le:ppc64le:??? KVM_MEMORY_ATTRIBUTE_PRIVATE = 8 KVM_MEM_GUEST_MEMFD = 4 KVM_MEM_LOG_DIRTY_PAGES = 1 |
