GNU Linux-libre 4.14.266-gnu1
[releases.git] / arch / frv / include / asm / smp.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SMP_H
3 #define __ASM_SMP_H
4
5
6 #ifdef CONFIG_SMP
7 #error SMP not supported
8 #endif
9
10 #endif