Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASM_TOPOLOGY_H |
2 | #define _ASM_TOPOLOGY_H | ||||
3 | |||||
4 | #ifdef CONFIG_NUMA | ||||
5 | |||||
6 | #error NUMA not supported yet | ||||
7 | |||||
Mike Travis | aa6b544 | 2008-03-31 08:41:55 -0700 | [diff] [blame] | 8 | #endif /* CONFIG_NUMA */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
10 | #include <asm-generic/topology.h> | ||||
11 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | #endif /* _ASM_TOPOLOGY_H */ |