From: Yoav Artzi <yoavar@checkpoint.com>
To: Adrian Bunk <bunk@kernel.org>
Cc: Jiri Slaby <jirislaby@gmail.com>, linux-kernel@vger.kernel.org
Subject: Re: PAGE_SIZE on 64bit and 32bit machines
Date: Mon, 12 Nov 2007 17:58:08 +0200 [thread overview]
Message-ID: <47387810.3060503@checkpoint.com> (raw)
In-Reply-To: <20071112153908.GK9771@stusta.de>
Looking at the source, I see:
#ifdef CONFIG_4KSTACKS
#define THREAD_SIZE (4096)
#else
#define THREAD_SIZE (8192)
#endif
So if I configure the option CONFIG_4KSTACK, I will get a 4KB kernel
stack. Am I missing something here?
-------- Original Message --------
Subject: Re: PAGE_SIZE on 64bit and 32bit machines
From: Adrian Bunk <bunk@kernel.org>
To: Yoav Artzi <yoavar@checkpoint.com>
Date: Monday, November 12, 2007 5:39:08 PM
> On Mon, Nov 12, 2007 at 05:32:36PM +0200, Yoav Artzi wrote:
>
>
>> Well, since the size of the kernel stack is one page,
>> ...
>>
>
> That's not true.
>
> cu
> Adrian
>
>
next prev parent reply other threads:[~2007-11-12 15:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-12 14:39 PAGE_SIZE on 64bit and 32bit machines Yoav Artzi
2007-11-12 15:14 ` Jiri Slaby
2007-11-12 15:32 ` Yoav Artzi
2007-11-12 15:39 ` Adrian Bunk
2007-11-12 15:58 ` Yoav Artzi [this message]
2007-11-12 16:02 ` Jiri Slaby
2007-11-12 16:11 ` Kyle McMartin
2007-11-12 16:22 ` Yoav Artzi
2007-11-12 17:13 ` Chris Snook
2007-11-13 12:10 ` Helge Hafting
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=47387810.3060503@checkpoint.com \
--to=yoavar@checkpoint.com \
--cc=bunk@kernel.org \
--cc=jirislaby@gmail.com \
--cc=linux-kernel@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.