mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
tools/virtio: add dma stubs
Fixes build after recent IOMMU-related changes, mustly by adding more stubs. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
446374d7c7
commit
6be3ffaa0e
5 changed files with 52 additions and 1 deletions
|
@ -1,2 +1,6 @@
|
|||
#ifndef LINUX_SLAB_H
|
||||
#define GFP_KERNEL 0
|
||||
#define GFP_ATOMIC 0
|
||||
#define __GFP_NOWARN 0
|
||||
#define __GFP_ZERO 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue