summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/asm/smp.h
blob: cfed96723c708cc0e8230d48f1a139143a5a446c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* Public domain. */

#ifndef _ASM_SMP_H
#define _ASM_SMP_H

#if defined(__i386__) || defined(__amd64__)
#include <machine/cpu.h>	/* for wbinvd_on_all_cpus() */
#endif

#endif