From: Bjorn Helgaas <bjorn_helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c
Date: Wed, 16 Apr 2003 21:42:36 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590723705516@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590723705385@msgid-missing>
On Wednesday 02 April 2003 7:14 pm, Keith Owens wrote:
> Trivial correction of array size.
>
> --- arch/ia64/kernel/mca.c.orig Thu Apr 3 12:11:42 2003
> +++ arch/ia64/kernel/mca.c Thu Apr 3 12:12:13 2003
> @@ -72,7 +72,7 @@
> u64 ia64_mca_stack[1024] __attribute__((aligned(16)));
> u64 ia64_mca_stackframe[32];
> u64 ia64_mca_bspstore[1024];
> -u64 ia64_init_stack[INIT_TASK_SIZE] __attribute__((aligned(16)));
> +u64 ia64_init_stack[INIT_TASK_SIZE/8] __attribute__((aligned(16)));
> u64 ia64_mca_sal_data_area[1356];
> u64 ia64_tlb_functional;
> u64 ia64_os_mca_recovery_successful;
I applied this for 2.4.
prev parent reply other threads:[~2003-04-16 21:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-03 2:14 [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c Keith Owens
2003-04-03 20:43 ` David Mosberger
2003-04-16 21:42 ` Bjorn Helgaas [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=marc-linux-ia64-105590723705516@msgid-missing \
--to=bjorn_helgaas@hp.com \
--cc=linux-ia64@vger.kernel.org \
/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.