summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/smp.h
blob: 48d6737759a5fc24a9d8f929995472b01047a2b4 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * $FreeBSD$
 */
#ifndef _MACHINE_SMP_H_
#define _MACHINE_SMP_H_

#define get_mplock() { }
#define rel_mplock() { }

#endif
OpenPOWER on IntegriCloud