mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-17 06:18:21 +00:00
Fixes build after recent IOMMU-related changes, mustly by adding more stubs. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
7 lines
114 B
C
7 lines
114 B
C
#ifndef LINUX_SLAB_H
|
|
#define GFP_KERNEL 0
|
|
#define GFP_ATOMIC 0
|
|
#define __GFP_NOWARN 0
|
|
#define __GFP_ZERO 0
|
|
#endif
|