From: Yinghai Lu <yinghai@kernel.org>
To: David Miller <davem@davemloft.net>
Cc: mpm@selenic.com, mingo@elte.hu, linux-kernel@vger.kernel.org
Subject: Re: sparc64 build breakage...
Date: Wed, 21 Jan 2009 18:34:47 -0800 [thread overview]
Message-ID: <4977DB47.7040805@kernel.org> (raw)
In-Reply-To: <20090121.171553.142827920.davem@davemloft.net>
David Miller wrote:
> This change:
>
> commit d7e51e66899f95dabc89b4d4c6674a6e50fa37fc
> Author: Yinghai Lu <yinghai@kernel.org>
> Date: Wed Jan 7 15:03:13 2009 -0800
>
> sparseirq: make some func to be used with genirq
>
> breaks the sparc64 build:
>
> arch/sparc/kernel/irq_64.c: In function ‘show_interrupts’:
> arch/sparc/kernel/irq_64.c:188: error: ‘struct kernel_stat’ has no member named ‘irqs’
> make[1]: *** [arch/sparc/kernel/irq_64.o] Error 1
>
sorry, i missed it. we didn't touch m68k, s390, sparc...
but forget sparc64 sparc are merged already.
arch/sparc/kernel/irq_32.c: kstat_cpu(j).irqs[i]);
arch/sparc/kernel/irq_32.c: kstat_cpu(cpu).irqs[irq]++;
arch/sparc/kernel/irq_32.c: kstat_cpu(cpu).irqs[irq]++;
arch/sparc/kernel/irq_64.c: seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
arch/sparc/kernel/sun4d_irq.c: kstat_cpu(cpu_logical_map(x)).irqs[i]);
arch/sparc/kernel/sun4d_irq.c: kstat_cpu(cpu).irqs[irq]++;
YH
prev parent reply other threads:[~2009-01-22 2:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-22 1:15 sparc64 build breakage David Miller
2009-01-22 1:18 ` David Miller
2009-01-22 1:24 ` David Miller
2009-01-22 8:11 ` Ingo Molnar
2009-01-22 8:38 ` Yinghai Lu
2009-01-22 9:20 ` Ingo Molnar
2009-01-22 2:34 ` Yinghai Lu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4977DB47.7040805@kernel.org \
--to=yinghai@kernel.org \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mpm@selenic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.