summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/prefetch.h
blob: b3dd6c3969f6fcd892f1f7774d1fce791cc2354c (plain) (blame)
1
2
3
4
5
6
7
8
/* Public domain. */

#ifndef _LINUX_PREFETCH_H
#define _LINUX_PREFETCH_H

#define prefetchw(x)	__builtin_prefetch(x,1)

#endif