blob: 35bcb641c9e5731abb025c879d0acbb65a957ad6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * Copyright (C) 2002, Erich Focht, NEC
3 *
4 * All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 */
11#ifndef _ASM_IA64_TOPOLOGY_H
12#define _ASM_IA64_TOPOLOGY_H
13
14#include <asm/acpi.h>
15#include <asm/numa.h>
16#include <asm/smp.h>
17
18#ifdef CONFIG_NUMA
Jack Steiner8d08aed2006-01-17 15:42:46 -060019
20/* Nodes w/o CPUs are preferred for memory allocations, see build_zonelists */
21#define PENALTY_FOR_NODE_WITH_CPUS 255
22
Linus Torvalds1da177e2005-04-16 15:20:36 -070023/*
Christoph Lametere5ecc192006-04-13 18:23:53 -070024 * Distance above which we begin to use zone reclaim
25 */
26#define RECLAIM_DISTANCE 15
27
28/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070029 * Returns the number of the node containing CPU 'cpu'
30 */
31#define cpu_to_node(cpu) (int)(cpu_to_node_map[cpu])
32
33/*
34 * Returns a bitmask of CPUs on Node 'node'.
35 */
36#define node_to_cpumask(node) (node_to_cpu_mask[node])
37
38/*
39 * Returns the number of the node containing Node 'nid'.
40 * Not implemented here. Multi-level hierarchies detected with
41 * the help of node_distance().
42 */
43#define parent_node(nid) (nid)
44
45/*
46 * Returns the number of the first CPU on Node 'node'.
47 */
Ravikiran G Thirumalaic6604392005-12-22 14:21:34 -080048#define node_to_first_cpu(node) (first_cpu(node_to_cpumask(node)))
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Christoph Lameter514604c2005-07-07 16:59:00 -070050/*
51 * Determines the node for a given pci bus
52 */
53#define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node
54
Linus Torvalds1da177e2005-04-16 15:20:36 -070055void build_cpu_to_node_map(void);
56
Nick Piggin687f1662005-06-25 14:57:21 -070057#define SD_CPU_INIT (struct sched_domain) { \
58 .span = CPU_MASK_NONE, \
59 .parent = NULL, \
Siddha, Suresh B1a848872006-10-03 01:14:08 -070060 .child = NULL, \
Nick Piggin687f1662005-06-25 14:57:21 -070061 .groups = NULL, \
62 .min_interval = 1, \
63 .max_interval = 4, \
64 .busy_factor = 64, \
65 .imbalance_pct = 125, \
Nick Piggin687f1662005-06-25 14:57:21 -070066 .cache_nice_tries = 2, \
67 .busy_idx = 2, \
68 .idle_idx = 1, \
69 .newidle_idx = 2, \
70 .wake_idx = 1, \
71 .forkexec_idx = 1, \
72 .flags = SD_LOAD_BALANCE \
73 | SD_BALANCE_NEWIDLE \
74 | SD_BALANCE_EXEC \
75 | SD_WAKE_AFFINE, \
76 .last_balance = jiffies, \
77 .balance_interval = 1, \
78 .nr_balance_failed = 0, \
79}
80
Linus Torvalds1da177e2005-04-16 15:20:36 -070081/* sched_domains SD_NODE_INIT for IA64 NUMA machines */
82#define SD_NODE_INIT (struct sched_domain) { \
83 .span = CPU_MASK_NONE, \
84 .parent = NULL, \
Siddha, Suresh B1a848872006-10-03 01:14:08 -070085 .child = NULL, \
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 .groups = NULL, \
Nick Piggin687f1662005-06-25 14:57:21 -070087 .min_interval = 8, \
88 .max_interval = 8*(min(num_online_cpus(), 32)), \
89 .busy_factor = 64, \
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 .imbalance_pct = 125, \
Nick Piggin687f1662005-06-25 14:57:21 -070091 .cache_nice_tries = 2, \
92 .busy_idx = 3, \
93 .idle_idx = 2, \
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +090094 .newidle_idx = 2, \
Nick Piggin687f1662005-06-25 14:57:21 -070095 .wake_idx = 1, \
96 .forkexec_idx = 1, \
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 .flags = SD_LOAD_BALANCE \
98 | SD_BALANCE_EXEC \
Nick Piggin687f1662005-06-25 14:57:21 -070099 | SD_BALANCE_FORK \
Christoph Lameter08c183f2006-12-10 02:20:29 -0800100 | SD_SERIALIZE \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 | SD_WAKE_BALANCE, \
102 .last_balance = jiffies, \
Nick Piggin687f1662005-06-25 14:57:21 -0700103 .balance_interval = 64, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 .nr_balance_failed = 0, \
105}
106
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107#endif /* CONFIG_NUMA */
108
Zhang, Yanmin69dcc992006-02-03 03:04:36 -0800109#ifdef CONFIG_SMP
110#define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
111#define topology_core_id(cpu) (cpu_data(cpu)->core_id)
112#define topology_core_siblings(cpu) (cpu_core_map[cpu])
Mike Travisd5a74302007-10-16 01:24:05 -0700113#define topology_thread_siblings(cpu) (per_cpu(cpu_sibling_map, cpu))
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -0700114#define smt_capable() (smp_num_siblings > 1)
Zhang, Yanmin69dcc992006-02-03 03:04:36 -0800115#endif
116
Alex Chiangfe086a72008-04-29 15:05:29 -0700117extern void arch_fix_phys_package_id(int num, u32 slot);
118
Mike Travisaa6b5442008-03-31 08:41:55 -0700119#define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? \
120 CPU_MASK_ALL : \
121 node_to_cpumask(pcibus_to_node(bus)) \
122 )
123
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124#include <asm-generic/topology.h>
125
126#endif /* _ASM_IA64_TOPOLOGY_H */