From: Danny Cox <Danny.Cox@ECWeb.com>
To: linux-kernel@vger.kernel.org
Subject: Trivial Comment Patch: 2.6.6-mm3
Date: Tue, 18 May 2004 09:08:57 -0400 [thread overview]
Message-ID: <1084885737.17460.3.camel@vom> (raw)
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
Andrew,
This fixes a comment in the stack overflow check that's wrong with 4K
stacks.
Sorry to attach it, but Evolution screws up the lines if it's inline.
Thanks!
--
Daniel S. Cox
Electronic Commerce Systems
[-- Attachment #2: 4kstack_comment_fix.patch --]
[-- Type: text/plain, Size: 335 bytes --]
--- irq.c.orig 2004-05-18 08:53:05.363390440 -0400
+++ irq.c 2004-05-18 08:53:25.052755701 -0400
@@ -431,7 +431,7 @@
irq_enter();
#ifdef CONFIG_DEBUG_STACKOVERFLOW
- /* Debugging check for stack overflow: is there less than 1KB free? */
+ /* Debugging check for stack overflow: is there less than 512B free? */
{
long esp;
next reply other threads:[~2004-05-18 13:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-18 13:08 Danny Cox [this message]
2004-05-18 20:07 ` Trivial Comment Patch: 2.6.6-mm3 Chris Wedgwood
2004-05-19 11:18 ` Danny Cox
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=1084885737.17460.3.camel@vom \
--to=danny.cox@ecweb.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.