From: Patrick Huesmann <patrick.huesmann@gmail.com>
To: linuxppc-embedded@ozlabs.org
Subject: Re: How to increase kernel stack size?
Date: Tue, 10 May 2005 12:54:30 +0200 [thread overview]
Message-ID: <93579fec0505100354623af3fc@mail.gmail.com> (raw)
In-Reply-To: <427FB3A5.5080702@gmail.com>
Just FYI:
The symbol INIT_TASK_SIZE defines the length of a union (task_union)
which holds the kernel stack. But when I define this value to be
larger than 8192, the kernel wouldn't boot.
So this value is probably hard-coded somewhere else.
BTW, I'm using 2.4.26
Does someone know how to increase the kernel stack size for PPC archs?
I really need more stack for my external interrupt b/c sometimes the
peripheral generates fast bursts on the external interrupt line, which
lead to kernel stack overflow.
(SA_INTERRUPT doesn't help because this is a realtime interrupt).
Any ideas?
TIA,
Patrick
prev parent reply other threads:[~2005-05-10 10:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-09 19:01 How to increase kernel stack size? Patrick Huesmann
2005-05-10 10:54 ` Patrick Huesmann [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=93579fec0505100354623af3fc@mail.gmail.com \
--to=patrick.huesmann@gmail.com \
--cc=linuxppc-embedded@ozlabs.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.