b383688c4ead9fdf7a9081b6344917333f29a4e5
[linux-flexiantxendom0-3.2.10.git] / include / asm-mips / topology.h
1 #ifndef __ASM_TOPOLOGY_H
2 #define __ASM_TOPOLOGY_H
3
4 #if CONFIG_SGI_IP27
5
6 #include <asm/mmzone.h>
7
8 #define cpu_to_node(cpu)        (cputocnode(cpu))
9 #endif
10
11 #include <asm-generic/topology.h>
12
13 #endif /* __ASM_TOPOLOGY_H */