search for: pre_setup_arch_hook

Displaying 4 results from an estimated 4 matches for "pre_setup_arch_hook".

2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
...it visws_get_board_type_and_rev "unknown")), visws_board_rev); } -void __init pre_intr_init_hook(void) +void __init intr_init_hook(void) { init_VISWS_APIC_irqs(); -} - -void __init intr_init_hook(void) -{ -#ifdef CONFIG_X86_LOCAL_APIC - apic_intr_init(); -#endif } void __init pre_setup_arch_hook() =================================================================== --- a/arch/i386/mach-visws/visws_apic.c +++ b/arch/i386/mach-visws/visws_apic.c @@ -261,12 +261,6 @@ static struct irqaction master_action = .name = "PIIX4-8259", }; -static struct irqaction cascade_action = { -...
2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
...it visws_get_board_type_and_rev "unknown")), visws_board_rev); } -void __init pre_intr_init_hook(void) +void __init intr_init_hook(void) { init_VISWS_APIC_irqs(); -} - -void __init intr_init_hook(void) -{ -#ifdef CONFIG_X86_LOCAL_APIC - apic_intr_init(); -#endif } void __init pre_setup_arch_hook() =================================================================== --- a/arch/i386/mach-visws/visws_apic.c +++ b/arch/i386/mach-visws/visws_apic.c @@ -261,12 +261,6 @@ static struct irqaction master_action = .name = "PIIX4-8259", }; -static struct irqaction cascade_action = { -...
2007 Apr 18
7
[RFC, PATCH 5/24] i386 Vmi code patching
...native mode\n"); + else if (!hypervisor_found) + printk(KERN_WARNING "VMI ROM version mismatch " + "(kernel requires version >= %d.%d) " + " - falling back to native mode\n", + VMI_API_REV_MAJOR, MIN_VMI_API_REV_MINOR); +} + + +/** + * pre_setup_arch_hook - hook called prior to any setup_arch() execution + * + * Description: + * generally used to activate any machine specific identification + * routines that may be needed before setup_arch() runs. + * We probe for various component option ROMs here. + **/ +void __init pre_setup_arch_hook(void)...
2007 Apr 18
7
[RFC, PATCH 5/24] i386 Vmi code patching
...native mode\n"); + else if (!hypervisor_found) + printk(KERN_WARNING "VMI ROM version mismatch " + "(kernel requires version >= %d.%d) " + " - falling back to native mode\n", + VMI_API_REV_MAJOR, MIN_VMI_API_REV_MINOR); +} + + +/** + * pre_setup_arch_hook - hook called prior to any setup_arch() execution + * + * Description: + * generally used to activate any machine specific identification + * routines that may be needed before setup_arch() runs. + * We probe for various component option ROMs here. + **/ +void __init pre_setup_arch_hook(void)...