[PATCH] drive_info removal outside of arch/i386
[pandora-kernel.git] / arch / ia64 / sn / kernel / setup.c
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 1999,2001-2005 Silicon Graphics, Inc. All rights reserved.
7  */
8
9 #include <linux/config.h>
10 #include <linux/module.h>
11 #include <linux/init.h>
12 #include <linux/delay.h>
13 #include <linux/kernel.h>
14 #include <linux/kdev_t.h>
15 #include <linux/string.h>
16 #include <linux/tty.h>
17 #include <linux/console.h>
18 #include <linux/timex.h>
19 #include <linux/sched.h>
20 #include <linux/ioport.h>
21 #include <linux/mm.h>
22 #include <linux/serial.h>
23 #include <linux/irq.h>
24 #include <linux/bootmem.h>
25 #include <linux/mmzone.h>
26 #include <linux/interrupt.h>
27 #include <linux/acpi.h>
28 #include <linux/compiler.h>
29 #include <linux/sched.h>
30 #include <linux/root_dev.h>
31 #include <linux/nodemask.h>
32 #include <linux/pm.h>
33 #include <linux/efi.h>
34
35 #include <asm/io.h>
36 #include <asm/sal.h>
37 #include <asm/machvec.h>
38 #include <asm/system.h>
39 #include <asm/processor.h>
40 #include <asm/vga.h>
41 #include <asm/sn/arch.h>
42 #include <asm/sn/addrs.h>
43 #include <asm/sn/pda.h>
44 #include <asm/sn/nodepda.h>
45 #include <asm/sn/sn_cpuid.h>
46 #include <asm/sn/simulator.h>
47 #include <asm/sn/leds.h>
48 #include <asm/sn/bte.h>
49 #include <asm/sn/shub_mmr.h>
50 #include <asm/sn/clksupport.h>
51 #include <asm/sn/sn_sal.h>
52 #include <asm/sn/geo.h>
53 #include <asm/sn/sn_feature_sets.h>
54 #include "xtalk/xwidgetdev.h"
55 #include "xtalk/hubdev.h"
56 #include <asm/sn/klconfig.h>
57
58
59 DEFINE_PER_CPU(struct pda_s, pda_percpu);
60
61 #define MAX_PHYS_MEMORY         (1UL << IA64_MAX_PHYS_BITS)     /* Max physical address supported */
62
63 extern void bte_init_node(nodepda_t *, cnodeid_t);
64
65 extern void sn_timer_init(void);
66 extern unsigned long last_time_offset;
67 extern void (*ia64_mark_idle) (int);
68 extern void snidle(int);
69 extern unsigned char acpi_kbd_controller_present;
70
71 unsigned long sn_rtc_cycles_per_second;
72 EXPORT_SYMBOL(sn_rtc_cycles_per_second);
73
74 DEFINE_PER_CPU(struct sn_hub_info_s, __sn_hub_info);
75 EXPORT_PER_CPU_SYMBOL(__sn_hub_info);
76
77 DEFINE_PER_CPU(short, __sn_cnodeid_to_nasid[MAX_NUMNODES]);
78 EXPORT_PER_CPU_SYMBOL(__sn_cnodeid_to_nasid);
79
80 DEFINE_PER_CPU(struct nodepda_s *, __sn_nodepda);
81 EXPORT_PER_CPU_SYMBOL(__sn_nodepda);
82
83 char sn_system_serial_number_string[128];
84 EXPORT_SYMBOL(sn_system_serial_number_string);
85 u64 sn_partition_serial_number;
86 EXPORT_SYMBOL(sn_partition_serial_number);
87 u8 sn_partition_id;
88 EXPORT_SYMBOL(sn_partition_id);
89 u8 sn_system_size;
90 EXPORT_SYMBOL(sn_system_size);
91 u8 sn_sharing_domain_size;
92 EXPORT_SYMBOL(sn_sharing_domain_size);
93 u8 sn_coherency_id;
94 EXPORT_SYMBOL(sn_coherency_id);
95 u8 sn_region_size;
96 EXPORT_SYMBOL(sn_region_size);
97 int sn_prom_type;       /* 0=hardware, 1=medusa/realprom, 2=medusa/fakeprom */
98
99 short physical_node_map[MAX_NUMALINK_NODES];
100 static unsigned long sn_prom_features[MAX_PROM_FEATURE_SETS];
101
102 EXPORT_SYMBOL(physical_node_map);
103
104 int num_cnodes;
105
106 static void sn_init_pdas(char **);
107 static void build_cnode_tables(void);
108
109 static nodepda_t *nodepdaindr[MAX_COMPACT_NODES];
110
111 /*
112  * The format of "screen_info" is strange, and due to early i386-setup
113  * code. This is just enough to make the console code think we're on a
114  * VGA color display.
115  */
116 struct screen_info sn_screen_info = {
117         .orig_x = 0,
118         .orig_y = 0,
119         .orig_video_mode = 3,
120         .orig_video_cols = 80,
121         .orig_video_ega_bx = 3,
122         .orig_video_lines = 25,
123         .orig_video_isVGA = 1,
124         .orig_video_points = 16
125 };
126
127 /*
128  * This routine can only be used during init, since
129  * smp_boot_data is an init data structure.
130  * We have to use smp_boot_data.cpu_phys_id to find
131  * the physical id of the processor because the normal
132  * cpu_physical_id() relies on data structures that
133  * may not be initialized yet.
134  */
135
136 static int __init pxm_to_nasid(int pxm)
137 {
138         int i;
139         int nid;
140
141         nid = pxm_to_nid_map[pxm];
142         for (i = 0; i < num_node_memblks; i++) {
143                 if (node_memblk[i].nid == nid) {
144                         return NASID_GET(node_memblk[i].start_paddr);
145                 }
146         }
147         return -1;
148 }
149
150 /**
151  * early_sn_setup - early setup routine for SN platforms
152  *
153  * Sets up an initial console to aid debugging.  Intended primarily
154  * for bringup.  See start_kernel() in init/main.c.
155  */
156
157 void __init early_sn_setup(void)
158 {
159         efi_system_table_t *efi_systab;
160         efi_config_table_t *config_tables;
161         struct ia64_sal_systab *sal_systab;
162         struct ia64_sal_desc_entry_point *ep;
163         char *p;
164         int i, j;
165
166         /*
167          * Parse enough of the SAL tables to locate the SAL entry point. Since, console
168          * IO on SN2 is done via SAL calls, early_printk won't work without this.
169          *
170          * This code duplicates some of the ACPI table parsing that is in efi.c & sal.c.
171          * Any changes to those file may have to be made hereas well.
172          */
173         efi_systab = (efi_system_table_t *) __va(ia64_boot_param->efi_systab);
174         config_tables = __va(efi_systab->tables);
175         for (i = 0; i < efi_systab->nr_tables; i++) {
176                 if (efi_guidcmp(config_tables[i].guid, SAL_SYSTEM_TABLE_GUID) ==
177                     0) {
178                         sal_systab = __va(config_tables[i].table);
179                         p = (char *)(sal_systab + 1);
180                         for (j = 0; j < sal_systab->entry_count; j++) {
181                                 if (*p == SAL_DESC_ENTRY_POINT) {
182                                         ep = (struct ia64_sal_desc_entry_point
183                                               *)p;
184                                         ia64_sal_handler_init(__va
185                                                               (ep->sal_proc),
186                                                               __va(ep->gp));
187                                         return;
188                                 }
189                                 p += SAL_DESC_SIZE(*p);
190                         }
191                 }
192         }
193         /* Uh-oh, SAL not available?? */
194         printk(KERN_ERR "failed to find SAL entry point\n");
195 }
196
197 extern int platform_intr_list[];
198 static int __initdata shub_1_1_found;
199
200 /*
201  * sn_check_for_wars
202  *
203  * Set flag for enabling shub specific wars
204  */
205
206 static inline int __init is_shub_1_1(int nasid)
207 {
208         unsigned long id;
209         int rev;
210
211         if (is_shub2())
212                 return 0;
213         id = REMOTE_HUB_L(nasid, SH1_SHUB_ID);
214         rev = (id & SH1_SHUB_ID_REVISION_MASK) >> SH1_SHUB_ID_REVISION_SHFT;
215         return rev <= 2;
216 }
217
218 static void __init sn_check_for_wars(void)
219 {
220         int cnode;
221
222         if (is_shub2()) {
223                 /* none yet */
224         } else {
225                 for_each_online_node(cnode) {
226                         if (is_shub_1_1(cnodeid_to_nasid(cnode)))
227                                 shub_1_1_found = 1;
228                 }
229         }
230 }
231
232 /*
233  * Scan the EFI PCDP table (if it exists) for an acceptable VGA console
234  * output device.  If one exists, pick it and set sn_legacy_{io,mem} to
235  * reflect the bus offsets needed to address it.
236  *
237  * Since pcdp support in SN is not supported in the 2.4 kernel (or at least
238  * the one lbs is based on) just declare the needed structs here.
239  *
240  * Reference spec http://www.dig64.org/specifications/DIG64_PCDPv20.pdf
241  *
242  * Returns 0 if no acceptable vga is found, !0 otherwise.
243  *
244  * Note:  This stuff is duped here because Altix requires the PCDP to
245  * locate a usable VGA device due to lack of proper ACPI support.  Structures
246  * could be used from drivers/firmware/pcdp.h, but it was decided that moving
247  * this file to a more public location just for Altix use was undesireable.
248  */
249
250 struct hcdp_uart_desc {
251         u8      pad[45];
252 };
253
254 struct pcdp {
255         u8      signature[4];   /* should be 'HCDP' */
256         u32     length;
257         u8      rev;            /* should be >=3 for pcdp, <3 for hcdp */
258         u8      sum;
259         u8      oem_id[6];
260         u64     oem_tableid;
261         u32     oem_rev;
262         u32     creator_id;
263         u32     creator_rev;
264         u32     num_type0;
265         struct hcdp_uart_desc uart[0];  /* num_type0 of these */
266         /* pcdp descriptors follow */
267 }  __attribute__((packed));
268
269 struct pcdp_device_desc {
270         u8      type;
271         u8      primary;
272         u16     length;
273         u16     index;
274         /* interconnect specific structure follows */
275         /* device specific structure follows that */
276 }  __attribute__((packed));
277
278 struct pcdp_interface_pci {
279         u8      type;           /* 1 == pci */
280         u8      reserved;
281         u16     length;
282         u8      segment;
283         u8      bus;
284         u8      dev;
285         u8      fun;
286         u16     devid;
287         u16     vendid;
288         u32     acpi_interrupt;
289         u64     mmio_tra;
290         u64     ioport_tra;
291         u8      flags;
292         u8      translation;
293 }  __attribute__((packed));
294
295 struct pcdp_vga_device {
296         u8      num_eas_desc;
297         /* ACPI Extended Address Space Desc follows */
298 }  __attribute__((packed));
299
300 /* from pcdp_device_desc.primary */
301 #define PCDP_PRIMARY_CONSOLE    0x01
302
303 /* from pcdp_device_desc.type */
304 #define PCDP_CONSOLE_INOUT      0x0
305 #define PCDP_CONSOLE_DEBUG      0x1
306 #define PCDP_CONSOLE_OUT        0x2
307 #define PCDP_CONSOLE_IN         0x3
308 #define PCDP_CONSOLE_TYPE_VGA   0x8
309
310 #define PCDP_CONSOLE_VGA        (PCDP_CONSOLE_TYPE_VGA | PCDP_CONSOLE_OUT)
311
312 /* from pcdp_interface_pci.type */
313 #define PCDP_IF_PCI             1
314
315 /* from pcdp_interface_pci.translation */
316 #define PCDP_PCI_TRANS_IOPORT   0x02
317 #define PCDP_PCI_TRANS_MMIO     0x01
318
319 static void
320 sn_scan_pcdp(void)
321 {
322         u8 *bp;
323         struct pcdp *pcdp;
324         struct pcdp_device_desc device;
325         struct pcdp_interface_pci if_pci;
326         extern struct efi efi;
327
328         pcdp = efi.hcdp;
329         if (! pcdp)
330                 return;         /* no hcdp/pcdp table */
331
332         if (pcdp->rev < 3)
333                 return;         /* only support PCDP (rev >= 3) */
334
335         for (bp = (u8 *)&pcdp->uart[pcdp->num_type0];
336              bp < (u8 *)pcdp + pcdp->length;
337              bp += device.length) {
338                 memcpy(&device, bp, sizeof(device));
339                 if (! (device.primary & PCDP_PRIMARY_CONSOLE))
340                         continue;       /* not primary console */
341
342                 if (device.type != PCDP_CONSOLE_VGA)
343                         continue;       /* not VGA descriptor */
344
345                 memcpy(&if_pci, bp+sizeof(device), sizeof(if_pci));
346                 if (if_pci.type != PCDP_IF_PCI)
347                         continue;       /* not PCI interconnect */
348
349                 if (if_pci.translation & PCDP_PCI_TRANS_IOPORT)
350                         vga_console_iobase =
351                                 if_pci.ioport_tra | __IA64_UNCACHED_OFFSET;
352
353                 if (if_pci.translation & PCDP_PCI_TRANS_MMIO)
354                         vga_console_membase =
355                                 if_pci.mmio_tra | __IA64_UNCACHED_OFFSET;
356
357                 break; /* once we find the primary, we're done */
358         }
359 }
360
361 /**
362  * sn_setup - SN platform setup routine
363  * @cmdline_p: kernel command line
364  *
365  * Handles platform setup for SN machines.  This includes determining
366  * the RTC frequency (via a SAL call), initializing secondary CPUs, and
367  * setting up per-node data areas.  The console is also initialized here.
368  */
369 void __init sn_setup(char **cmdline_p)
370 {
371         long status, ticks_per_sec, drift;
372         u32 version = sn_sal_rev();
373         extern void sn_cpu_init(void);
374
375         ia64_sn_plat_set_error_handling_features();     // obsolete
376         ia64_sn_set_os_feature(OSF_MCA_SLV_TO_OS_INIT_SLV);
377         ia64_sn_set_os_feature(OSF_FEAT_LOG_SBES);
378
379
380 #if defined(CONFIG_VT) && defined(CONFIG_VGA_CONSOLE)
381         /*
382          * Handle SN vga console.
383          *
384          * SN systems do not have enough ACPI table information
385          * being passed from prom to identify VGA adapters and the legacy
386          * addresses to access them.  Until that is done, SN systems rely
387          * on the PCDP table to identify the primary VGA console if one
388          * exists.
389          *
390          * However, kernel PCDP support is optional, and even if it is built
391          * into the kernel, it will not be used if the boot cmdline contains
392          * console= directives.
393          *
394          * So, to work around this mess, we duplicate some of the PCDP code
395          * here so that the primary VGA console (as defined by PCDP) will
396          * work on SN systems even if a different console (e.g. serial) is
397          * selected on the boot line (or CONFIG_EFI_PCDP is off).
398          */
399
400         if (! vga_console_membase)
401                 sn_scan_pcdp();
402
403         if (vga_console_membase) {
404                 /* usable vga ... make tty0 the preferred default console */
405                 if (!strstr(*cmdline_p, "console="))
406                         add_preferred_console("tty", 0, NULL);
407         } else {
408                 printk(KERN_DEBUG "SGI: Disabling VGA console\n");
409                 if (!strstr(*cmdline_p, "console="))
410                         add_preferred_console("ttySG", 0, NULL);
411 #ifdef CONFIG_DUMMY_CONSOLE
412                 conswitchp = &dummy_con;
413 #else
414                 conswitchp = NULL;
415 #endif                          /* CONFIG_DUMMY_CONSOLE */
416         }
417 #endif                          /* def(CONFIG_VT) && def(CONFIG_VGA_CONSOLE) */
418
419         MAX_DMA_ADDRESS = PAGE_OFFSET + MAX_PHYS_MEMORY;
420
421         /*
422          * Build the tables for managing cnodes.
423          */
424         build_cnode_tables();
425
426         /*
427          * Old PROMs do not provide an ACPI FADT. Disable legacy keyboard
428          * support here so we don't have to listen to failed keyboard probe
429          * messages.
430          */
431         if (version <= 0x0209 && acpi_kbd_controller_present) {
432                 printk(KERN_INFO "Disabling legacy keyboard support as prom "
433                        "is too old and doesn't provide FADT\n");
434                 acpi_kbd_controller_present = 0;
435         }
436
437         printk("SGI SAL version %x.%02x\n", version >> 8, version & 0x00FF);
438
439         status =
440             ia64_sal_freq_base(SAL_FREQ_BASE_REALTIME_CLOCK, &ticks_per_sec,
441                                &drift);
442         if (status != 0 || ticks_per_sec < 100000) {
443                 printk(KERN_WARNING
444                        "unable to determine platform RTC clock frequency, guessing.\n");
445                 /* PROM gives wrong value for clock freq. so guess */
446                 sn_rtc_cycles_per_second = 1000000000000UL / 30000UL;
447         } else
448                 sn_rtc_cycles_per_second = ticks_per_sec;
449
450         platform_intr_list[ACPI_INTERRUPT_CPEI] = IA64_CPE_VECTOR;
451
452         /*
453          * we set the default root device to /dev/hda
454          * to make simulation easy
455          */
456         ROOT_DEV = Root_HDA1;
457
458         /*
459          * Create the PDAs and NODEPDAs for all the cpus.
460          */
461         sn_init_pdas(cmdline_p);
462
463         ia64_mark_idle = &snidle;
464
465         /*
466          * For the bootcpu, we do this here. All other cpus will make the
467          * call as part of cpu_init in slave cpu initialization.
468          */
469         sn_cpu_init();
470
471 #ifdef CONFIG_SMP
472         init_smp_config();
473 #endif
474         screen_info = sn_screen_info;
475
476         sn_timer_init();
477
478         /*
479          * set pm_power_off to a SAL call to allow
480          * sn machines to power off. The SAL call can be replaced
481          * by an ACPI interface call when ACPI is fully implemented
482          * for sn.
483          */
484         pm_power_off = ia64_sn_power_down;
485 }
486
487 /**
488  * sn_init_pdas - setup node data areas
489  *
490  * One time setup for Node Data Area.  Called by sn_setup().
491  */
492 static void __init sn_init_pdas(char **cmdline_p)
493 {
494         cnodeid_t cnode;
495
496         /*
497          * Allocate & initalize the nodepda for each node.
498          */
499         for_each_online_node(cnode) {
500                 nodepdaindr[cnode] =
501                     alloc_bootmem_node(NODE_DATA(cnode), sizeof(nodepda_t));
502                 memset(nodepdaindr[cnode], 0, sizeof(nodepda_t));
503                 memset(nodepdaindr[cnode]->phys_cpuid, -1,
504                     sizeof(nodepdaindr[cnode]->phys_cpuid));
505                 spin_lock_init(&nodepdaindr[cnode]->ptc_lock);
506         }
507
508         /*
509          * Allocate & initialize nodepda for TIOs.  For now, put them on node 0.
510          */
511         for (cnode = num_online_nodes(); cnode < num_cnodes; cnode++) {
512                 nodepdaindr[cnode] =
513                     alloc_bootmem_node(NODE_DATA(0), sizeof(nodepda_t));
514                 memset(nodepdaindr[cnode], 0, sizeof(nodepda_t));
515         }
516
517         /*
518          * Now copy the array of nodepda pointers to each nodepda.
519          */
520         for (cnode = 0; cnode < num_cnodes; cnode++)
521                 memcpy(nodepdaindr[cnode]->pernode_pdaindr, nodepdaindr,
522                        sizeof(nodepdaindr));
523
524         /*
525          * Set up IO related platform-dependent nodepda fields.
526          * The following routine actually sets up the hubinfo struct
527          * in nodepda.
528          */
529         for_each_online_node(cnode) {
530                 bte_init_node(nodepdaindr[cnode], cnode);
531         }
532
533         /*
534          * Initialize the per node hubdev.  This includes IO Nodes and
535          * headless/memless nodes.
536          */
537         for (cnode = 0; cnode < num_cnodes; cnode++) {
538                 hubdev_init_node(nodepdaindr[cnode], cnode);
539         }
540 }
541
542 /**
543  * sn_cpu_init - initialize per-cpu data areas
544  * @cpuid: cpuid of the caller
545  *
546  * Called during cpu initialization on each cpu as it starts.
547  * Currently, initializes the per-cpu data area for SNIA.
548  * Also sets up a few fields in the nodepda.  Also known as
549  * platform_cpu_init() by the ia64 machvec code.
550  */
551 void __init sn_cpu_init(void)
552 {
553         int cpuid;
554         int cpuphyid;
555         int nasid;
556         int subnode;
557         int slice;
558         int cnode;
559         int i;
560         static int wars_have_been_checked;
561
562         if (smp_processor_id() == 0 && IS_MEDUSA()) {
563                 if (ia64_sn_is_fake_prom())
564                         sn_prom_type = 2;
565                 else
566                         sn_prom_type = 1;
567                 printk(KERN_INFO "Running on medusa with %s PROM\n",
568                        (sn_prom_type == 1) ? "real" : "fake");
569         }
570
571         memset(pda, 0, sizeof(pda));
572         if (ia64_sn_get_sn_info(0, &sn_hub_info->shub2,
573                                 &sn_hub_info->nasid_bitmask,
574                                 &sn_hub_info->nasid_shift,
575                                 &sn_system_size, &sn_sharing_domain_size,
576                                 &sn_partition_id, &sn_coherency_id,
577                                 &sn_region_size))
578                 BUG();
579         sn_hub_info->as_shift = sn_hub_info->nasid_shift - 2;
580
581         /*
582          * The boot cpu makes this call again after platform initialization is
583          * complete.
584          */
585         if (nodepdaindr[0] == NULL)
586                 return;
587
588         for (i = 0; i < MAX_PROM_FEATURE_SETS; i++)
589                 if (ia64_sn_get_prom_feature_set(i, &sn_prom_features[i]) != 0)
590                         break;
591
592         cpuid = smp_processor_id();
593         cpuphyid = get_sapicid();
594
595         if (ia64_sn_get_sapic_info(cpuphyid, &nasid, &subnode, &slice))
596                 BUG();
597
598         for (i=0; i < MAX_NUMNODES; i++) {
599                 if (nodepdaindr[i]) {
600                         nodepdaindr[i]->phys_cpuid[cpuid].nasid = nasid;
601                         nodepdaindr[i]->phys_cpuid[cpuid].slice = slice;
602                         nodepdaindr[i]->phys_cpuid[cpuid].subnode = subnode;
603                 }
604         }
605
606         cnode = nasid_to_cnodeid(nasid);
607
608         sn_nodepda = nodepdaindr[cnode];
609
610         pda->led_address =
611             (typeof(pda->led_address)) (LED0 + (slice << LED_CPU_SHIFT));
612         pda->led_state = LED_ALWAYS_SET;
613         pda->hb_count = HZ / 2;
614         pda->hb_state = 0;
615         pda->idle_flag = 0;
616
617         if (cpuid != 0) {
618                 /* copy cpu 0's sn_cnodeid_to_nasid table to this cpu's */
619                 memcpy(sn_cnodeid_to_nasid,
620                        (&per_cpu(__sn_cnodeid_to_nasid, 0)),
621                        sizeof(__ia64_per_cpu_var(__sn_cnodeid_to_nasid)));
622         }
623
624         /*
625          * Check for WARs.
626          * Only needs to be done once, on BSP.
627          * Has to be done after loop above, because it uses this cpu's
628          * sn_cnodeid_to_nasid table which was just initialized if this
629          * isn't cpu 0.
630          * Has to be done before assignment below.
631          */
632         if (!wars_have_been_checked) {
633                 sn_check_for_wars();
634                 wars_have_been_checked = 1;
635         }
636         sn_hub_info->shub_1_1_found = shub_1_1_found;
637
638         /*
639          * Set up addresses of PIO/MEM write status registers.
640          */
641         {
642                 u64 pio1[] = {SH1_PIO_WRITE_STATUS_0, 0, SH1_PIO_WRITE_STATUS_1, 0};
643                 u64 pio2[] = {SH2_PIO_WRITE_STATUS_0, SH2_PIO_WRITE_STATUS_2,
644                         SH2_PIO_WRITE_STATUS_1, SH2_PIO_WRITE_STATUS_3};
645                 u64 *pio;
646                 pio = is_shub1() ? pio1 : pio2;
647                 pda->pio_write_status_addr = (volatile unsigned long *) LOCAL_MMR_ADDR(pio[slice]);
648                 pda->pio_write_status_val = is_shub1() ? SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK : 0;
649         }
650
651         /*
652          * WAR addresses for SHUB 1.x.
653          */
654         if (local_node_data->active_cpu_count++ == 0 && is_shub1()) {
655                 int buddy_nasid;
656                 buddy_nasid =
657                     cnodeid_to_nasid(numa_node_id() ==
658                                      num_online_nodes() - 1 ? 0 : numa_node_id() + 1);
659                 pda->pio_shub_war_cam_addr =
660                     (volatile unsigned long *)GLOBAL_MMR_ADDR(nasid,
661                                                               SH1_PI_CAM_CONTROL);
662         }
663 }
664
665 /*
666  * Build tables for converting between NASIDs and cnodes.
667  */
668 static inline int __init board_needs_cnode(int type)
669 {
670         return (type == KLTYPE_SNIA || type == KLTYPE_TIO);
671 }
672
673 void __init build_cnode_tables(void)
674 {
675         int nasid;
676         int node;
677         lboard_t *brd;
678
679         memset(physical_node_map, -1, sizeof(physical_node_map));
680         memset(sn_cnodeid_to_nasid, -1,
681                         sizeof(__ia64_per_cpu_var(__sn_cnodeid_to_nasid)));
682
683         /*
684          * First populate the tables with C/M bricks. This ensures that
685          * cnode == node for all C & M bricks.
686          */
687         for_each_online_node(node) {
688                 nasid = pxm_to_nasid(nid_to_pxm_map[node]);
689                 sn_cnodeid_to_nasid[node] = nasid;
690                 physical_node_map[nasid] = node;
691         }
692
693         /*
694          * num_cnodes is total number of C/M/TIO bricks. Because of the 256 node
695          * limit on the number of nodes, we can't use the generic node numbers 
696          * for this. Note that num_cnodes is incremented below as TIOs or
697          * headless/memoryless nodes are discovered.
698          */
699         num_cnodes = num_online_nodes();
700
701         /* fakeprom does not support klgraph */
702         if (IS_RUNNING_ON_FAKE_PROM())
703                 return;
704
705         /* Find TIOs & headless/memoryless nodes and add them to the tables */
706         for_each_online_node(node) {
707                 kl_config_hdr_t *klgraph_header;
708                 nasid = cnodeid_to_nasid(node);
709                 klgraph_header = ia64_sn_get_klconfig_addr(nasid);
710                 if (klgraph_header == NULL)
711                         BUG();
712                 brd = NODE_OFFSET_TO_LBOARD(nasid, klgraph_header->ch_board_info);
713                 while (brd) {
714                         if (board_needs_cnode(brd->brd_type) && physical_node_map[brd->brd_nasid] < 0) {
715                                 sn_cnodeid_to_nasid[num_cnodes] = brd->brd_nasid;
716                                 physical_node_map[brd->brd_nasid] = num_cnodes++;
717                         }
718                         brd = find_lboard_next(brd);
719                 }
720         }
721 }
722
723 int
724 nasid_slice_to_cpuid(int nasid, int slice)
725 {
726         long cpu;
727
728         for (cpu = 0; cpu < NR_CPUS; cpu++)
729                 if (cpuid_to_nasid(cpu) == nasid &&
730                                         cpuid_to_slice(cpu) == slice)
731                         return cpu;
732
733         return -1;
734 }
735
736 int sn_prom_feature_available(int id)
737 {
738         if (id >= BITS_PER_LONG * MAX_PROM_FEATURE_SETS)
739                 return 0;
740         return test_bit(id, sn_prom_features);
741 }
742 EXPORT_SYMBOL(sn_prom_feature_available);
743