projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e949e7
)
tools/virtio: add struct cpumask to cpumask.h
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 4 Dec 2025 17:25:15 +0000
(12:25 -0500)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 24 Dec 2025 13:02:56 +0000
(08:02 -0500)
Add struct cpumask stub used by virtio_config.h.
Created using Cursor CLI.
Message-ID: <
eacf56399ba220513ebcd610f4a5115dc768db80
.
1764873799
.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/linux/cpumask.h
patch
|
blob
|
history
diff --git
a/tools/virtio/linux/cpumask.h
b/tools/virtio/linux/cpumask.h
index
307da69
..
38ffc00
100644
(file)
--- a/
tools/virtio/linux/cpumask.h
+++ b/
tools/virtio/linux/cpumask.h
@@
-4,4
+4,8
@@
#include <linux/kernel.h>
+struct cpumask {
+ unsigned long bits[1];
+};
+
#endif /* _LINUX_CPUMASK_H */