login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
31
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83ebf9de72e36e68a8c84b6ebbeea
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Cyrill Gorcunov
Subject:
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83ebf9de72e36e68a8c84b6ebbeea
Date: Thursday, October 30, 2008 - 10:28 pm
On Fri, Oct 31, 2008 at 1:06 AM, Ingo Molnar <mingo@elte.hu> wrote:
quoted text
> > * James Bottomley <James.Bottomley@HansenPartnership.com> wrote: > >> >From bd011c0cc51ce1fbab95403a570a8b47ad6ba500 Mon Sep 17 00:00:00 2001 >> From: James Bottomley <James.Bottomley@HansenPartnership.com> >> Date: Wed, 29 Oct 2008 11:19:49 -0500 >> Subject: [VOYAGER] x86: Fix subarch compile breakage >> >> commit 2ae111cdd8d83ebf9de72e36e68a8c84b6ebbeea >> Author: Cyrill Gorcunov <gorcunov@gmail.com> >> Date: Mon Aug 11 18:34:08 2008 +0400 >> >> x86: apic interrupts - move assignments to irqinit_32.c, v2 >> >> Wrongly moved irq2 setup out of the mach-default/setup.c file. This >> causes a breakage on voyager which needs its own version. Fix by >> moving it back again. >> >> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> >> --- >> arch/x86/kernel/irqinit_32.c | 12 ------------ >> arch/x86/mach-default/setup.c | 12 ++++++++++++ >> 2 files changed, 12 insertions(+), 12 deletions(-) >> >> diff --git a/arch/x86/kernel/irqinit_32.c b/arch/x86/kernel/irqinit_32.c >> index 845aa98..3928784 100644 >> --- a/arch/x86/kernel/irqinit_32.c >> +++ b/arch/x86/kernel/irqinit_32.c >> @@ -81,15 +81,6 @@ void __init init_ISA_irqs (void) >> } >> } >> >> -/* >> - * IRQ2 is cascade interrupt to second interrupt controller >> - */ >> -static struct irqaction irq2 = { >> - .handler = no_action, >> - .mask = CPU_MASK_NONE, >> - .name = "cascade", >> -}; >> - >> DEFINE_PER_CPU(vector_irq_t, vector_irq) = { >> [0 ... IRQ0_VECTOR - 1] = -1, >> [IRQ0_VECTOR] = 0, >> @@ -167,9 +158,6 @@ void __init native_init_IRQ(void) >> alloc_intr_gate(THERMAL_APIC_VECTOR, thermal_interrupt); >> #endif >> >> - if (!acpi_ioapic) >> - setup_irq(2, &irq2); >> - >> /* setup after call gates are initialised (usually add in >> * the architecture specific gates) >> */ >> diff --git a/arch/x86/mach-default/setup.c b/arch/x86/mach-default/setup.c >> index 37b9ae4..53b4202 100644 >> --- a/arch/x86/mach-default/setup.c >> +++ b/arch/x86/mach-default/setup.c >> @@ -38,6 +38,15 @@ void __init pre_intr_init_hook(void) >> init_ISA_irqs(); >> } >> >> +/* >> + * IRQ2 is cascade interrupt to second interrupt controller >> + */ >> +static struct irqaction irq2 = { >> + .handler = no_action, >> + .mask = CPU_MASK_NONE, >> + .name = "cascade", >> +}; >> + >> /** >> * intr_init_hook - post gate setup interrupt initialisation >> * >> @@ -53,6 +62,9 @@ void __init intr_init_hook(void) >> if (x86_quirks->arch_intr_init()) >> return; >> } >> + if (!acpi_ioapic) >> + setup_irq(2, &irq2); >> + >> } > > hm, this change looks backwards (doubly so ;-). > > Is the build problem caused by the lack of the acpi_ioapic flag on > Voyager? > > Ingo >
Thanks for report, cant get access to sources right now -- will check it later. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] fix compile breakage caused by 2ae111cdd8d83ebf9de ...
, James Bottomley
, (Thu Oct 30, 2:04 pm)
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83eb ...
, Ingo Molnar
, (Thu Oct 30, 3:06 pm)
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83eb ...
, Cyrill Gorcunov
, (Thu Oct 30, 10:28 pm)
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83eb ...
, Cyrill Gorcunov
, (Thu Oct 30, 11:15 pm)
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83eb ...
, Cyrill Gorcunov
, (Fri Oct 31, 10:30 am)
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83eb ...
, James Bottomley
, (Fri Oct 31, 10:46 am)
Re: [PATCH] fix compile breakage caused by 2ae111cdd8d83eb ...
, James Bottomley
, (Fri Oct 31, 10:52 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate