blob: 0d7fa409312d872bb7ed754866b2e683ac750d6a [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef __ASM_SMP_H
3#define __ASM_SMP_H
4
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
6#ifdef CONFIG_SMP
7#error SMP not supported
8#endif
9
10#endif