|
|
| File: [Development] / linux-2.6-xfs / include / asm-mips / topology.h (download)
Revision 1.2, Fri Mar 12 06:17:49 2004 UTC (13 years, 7 months ago) by nathans
Merge up to 2.6.4 |
#ifndef __ASM_TOPOLOGY_H #define __ASM_TOPOLOGY_H #include <linux/config.h> #ifdef CONFIG_SGI_IP27 #include <asm/mmzone.h> #define cpu_to_node(cpu) (cputocnode(cpu)) #endif #include <asm-generic/topology.h> #endif /* __ASM_TOPOLOGY_H */