Typo in comment in arch/i386/mm/fault.c

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Tue, 8 Sep 1998 15:47:34 +0100


To stick with standard addressing mode terminology, please apply the
following pseudo-patch to arch/i386/mm/fault.c:

/*
* accessing the stack below %esp is always a bug.
* The "+ 32" is there due to some instructions (like
- * pusha) doing pre-decrement on the stack and that
+ * pusha) doing post-decrement on the stack and that
* doesn't show up until later..
*/

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html