]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/frv/include/asm/topology.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / frv / include / asm / topology.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ASM_TOPOLOGY_H
3#define _ASM_TOPOLOGY_H
4
5#ifdef CONFIG_NUMA
6
7#error NUMA not supported yet
8
aa6b5446 9#endif /* CONFIG_NUMA */
1da177e4
LT
10
11#include <asm-generic/topology.h>
12
1da177e4 13#endif /* _ASM_TOPOLOGY_H */