search for: pic_mode

Displaying 7 results from an estimated 7 matches for "pic_mode".

2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...nfig_ioapic __read_mostly mp_ioapics[MAX_IO_APICS]; /* # of MP IRQ source entries */ -struct mpc_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; +struct mpc_config_intsrc __read_mostly mp_irqs[MAX_IRQ_SOURCES]; /* MP IRQ source entries */ -int mp_irq_entries; +int __read_mostly mp_irq_entries; -int pic_mode; -unsigned long mp_lapic_addr; - -unsigned int def_to_bigsmp = 0; +bool_t __read_mostly pic_mode; +bool_t __read_mostly def_to_bigsmp = 0; +unsigned long __read_mostly mp_lapic_addr; /* Processor that is doing the boot up */ -unsigned int boot_cpu_physical_apicid = -1U; +unsigned int __read_most...
2006 Feb 16
0
[PATCH] fix mp_current_pci_id duplicate declaration
...14:00:24 2006 -0500 @@ -23,7 +23,6 @@ extern struct mpc_config_intsrc mp_irqs extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES]; extern int mpc_default_type; extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES]; -extern int mp_current_pci_id; extern unsigned long mp_lapic_addr; extern int pic_mode; extern int using_apic_timer; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Apr 21
10
apci issue
Hi, Updated to current bk today, and my machine stopped booting ... I''ve tracked it down to the apic changes from end of last week. cset 1.1307 boots fine, 1.1308 doesn''t. Diff of the boot messages is below. Full logs are also attached. Gerd --- log-1.1307 2005-04-21 14:40:57.372885027 +0200 +++ log-1.1308 2005-04-21 14:38:52.236553392 +0200 @@ -7,7 +7,7 @@
2007 Apr 18
2
refactoring io_apic.c
...h/.diff.exclude virgin/arch/i386/kernel/apic.c io_apic_split/arch/i386/kernel/apic.c --- virgin/arch/i386/kernel/apic.c 2005-06-17 12:48:29.000000000 -0700 +++ io_apic_split/arch/i386/kernel/apic.c 2005-08-08 16:00:34.869760704 -0700 @@ -205,22 +205,6 @@ void __init connect_bsp_APIC(void) enable_apic_mode(); } -void disconnect_bsp_APIC(void) -{ - if (pic_mode) { - /* - * Put the board back into PIC mode (has an effect - * only on certain older boards). Note that APIC - * interrupts, including IPIs, won't work beyond - * this point! The only exception are INIT IPIs. - */ - apic_p...
2007 Apr 18
2
refactoring io_apic.c
...h/.diff.exclude virgin/arch/i386/kernel/apic.c io_apic_split/arch/i386/kernel/apic.c --- virgin/arch/i386/kernel/apic.c 2005-06-17 12:48:29.000000000 -0700 +++ io_apic_split/arch/i386/kernel/apic.c 2005-08-08 16:00:34.869760704 -0700 @@ -205,22 +205,6 @@ void __init connect_bsp_APIC(void) enable_apic_mode(); } -void disconnect_bsp_APIC(void) -{ - if (pic_mode) { - /* - * Put the board back into PIC mode (has an effect - * only on certain older boards). Note that APIC - * interrupts, including IPIs, won't work beyond - * this point! The only exception are INIT IPIs. - */ - apic_p...
2006 Feb 24
2
r56 - trunk/debian
...sm-x86_64/smp.h --- pristine-linux-2.6.12/include/asm-x86_64/smp.h 2005-06-17 21:48:29.000000000 +0200 -+++ linux-2.6.12-xen/include/asm-x86_64/smp.h 2006-02-17 00:45:18.225522660 +0100 ++++ linux-2.6.12-xen/include/asm-x86_64/smp.h 2006-02-25 00:12:33.766995000 +0100 @@ -46,6 +46,8 @@ extern int pic_mode; extern int smp_num_siblings; extern void smp_flush_tlb(void); @@ -100003,12 +100006,12 @@ + */ diff -Nurp pristine-linux-2.6.12/include/linux/autoconf.h linux-2.6.12-xen/include/linux/autoconf.h --- pristine-linux-2.6.12/include/linux/autoconf.h 1970-01-01 01:00:00.000000000 +0100 -+++ linu...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All, we're trying to implement R on the IBM p690 cluster "Jump" at the research centre in J?lich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation instructions. After ./configure we get the final message: ---------------- R is now configured for powerpc-ibm-aix5.2.0.0