summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/smp.h
blob: 9776bf66d912fa44ed05b84a18377f2f049082e9 (plain)
1
2
3
4
5
6
7
8
#ifndef __ASM_SMP_H
#define __ASM_SMP_H

#ifdef __SMP__
#error SMP not supported
#endif

#endif