1 #ifndef _ASM_SH_TOPOLOGY_H
2 #define _ASM_SH_TOPOLOGY_H
6 /* sched_domains SD_NODE_INIT for sh machines */
7 #define SD_NODE_INIT (struct sched_domain) { \
8 .span = CPU_MASK_NONE, \
15 .imbalance_pct = 125, \
16 .cache_nice_tries = 2, \
22 .flags = SD_LOAD_BALANCE \
27 .last_balance = jiffies, \
28 .balance_interval = 1, \
29 .nr_balance_failed = 0, \
34 #include <asm-generic/topology.h>
36 #endif /* _ASM_SH_TOPOLOGY_H */