[BACK]Return to topology.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-mips

File: [Development] / linux-2.6-xfs / include / asm-mips / topology.h (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

#ifndef __ASM_TOPOLOGY_H
#define __ASM_TOPOLOGY_H

#if CONFIG_SGI_IP27

#include <asm/mmzone.h>

#define cpu_to_node(cpu)	(cputocnode(cpu))
#endif

#include <asm-generic/topology.h>

#endif /* __ASM_TOPOLOGY_H */