mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
spl-kmem-cache: include linux/prefetch.h for prefetchw()
This is needed for architectures that do not have a builtin prefetchw() Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #502
This commit is contained in:
parent
4e6f996cdd
commit
9f456111ab
@ -31,6 +31,7 @@
|
||||
#include <linux/swap.h>
|
||||
#include <linux/mm_compat.h>
|
||||
#include <linux/wait_compat.h>
|
||||
#include <linux/prefetch.h>
|
||||
|
||||
/*
|
||||
* Within the scope of spl-kmem.c file the kmem_cache_* definitions
|
||||
|
Loading…
Reference in New Issue
Block a user