diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2017-08-20 01:42:01 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2017-08-20 01:42:01 +0000 |
| commit | 00d47e02ac5a20cfdef9875a5fb6d2d7f326293b (patch) | |
| tree | 1dedc798eaca63bd8cdd721b1c5a50a31484fecd /sys/compat/linuxkpi/common/include/linux/list.h | |
| parent | faf7a6e18c4a5832eb0f3074d637dd2d3bcfd9b8 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/list.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/list.h b/sys/compat/linuxkpi/common/include/linux/list.h index d73cbcb73392..f0e0cd14d11c 100644 --- a/sys/compat/linuxkpi/common/include/linux/list.h +++ b/sys/compat/linuxkpi/common/include/linux/list.h @@ -70,7 +70,9 @@ #include <vm/vm_object.h> #include <vm/pmap.h> +#ifndef prefetch #define prefetch(x) +#endif #define LINUX_LIST_HEAD_INIT(name) { &(name), &(name) } |
