blob: 207603071f7813c7d5215da79def84303a95f77d [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_TOPOLOGY_H
3#define _ASM_TOPOLOGY_H
4
5#ifdef CONFIG_NUMA
6
7#error NUMA not supported yet
8
Mike Travisaa6b5442008-03-31 08:41:55 -07009#endif /* CONFIG_NUMA */
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11#include <asm-generic/topology.h>
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#endif /* _ASM_TOPOLOGY_H */