swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 427abfa28afedffadfca9dd8b067eb6d36bac53f authored by Linus Torvalds on 18 June 2006, 01:49:35 UTC
Linux v2.6.17
Tip revision: 427abfa
topology.h
#ifndef _ASM_TOPOLOGY_H
#define _ASM_TOPOLOGY_H

#ifdef CONFIG_NUMA

#error NUMA not supported yet

#else /* !CONFIG_NUMA */

#include <asm-generic/topology.h>

#endif /* CONFIG_NUMA */

#endif /* _ASM_TOPOLOGY_H */
back to top