lkml.org 
[lkml]   [2004]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectTrivial Comment Patch: 2.6.6-mm3
From
Date
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
--- 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;
\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.025 / U:1.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site