]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/frv/include/asm/smp.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / arch / frv / include / asm / smp.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef __ASM_SMP_H
3#define __ASM_SMP_H
4
1da177e4
LT
5
6#ifdef CONFIG_SMP
7#error SMP not supported
8#endif
9
10#endif