[PATCH] Fix up i386 compile after the "i386: clean up user_mode macros"patch

From: Frank Sorenson
Date: Wed Jul 27 2005 - 16:04:41 EST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The "i386: clean up user_mode macros" patch that recently went into the
kernel doesn't know the definition of VM_MASK, so the current -git
doesn't compile. This patch includes the header where VM_MASK is defined.

Signed-off-by: Frank Sorenson <frank@xxxxxxxxxxxx>

Fix up i386 compile after the "i386: clean up user_mode macros" patch

diff --git a/include/asm-i386/ptrace.h b/include/asm-i386/ptrace.h
- --- a/include/asm-i386/ptrace.h
+++ b/include/asm-i386/ptrace.h
@@ -1,8 +1,10 @@
#ifndef _I386_PTRACE_H
#define _I386_PTRACE_H

+#include <asm-i386/vm86.h>
+
#define EBX 0
#define ECX 1
#define EDX 2
#define ESI 3
#define EDI 4


Frank
- --
Frank Sorenson - KD7TZK
Systems Manager, Computer Science Department
Brigham Young University
frank@xxxxxxxxxxxx
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC5/U+aI0dwg4A47wRAsdOAJ9hzY9aQ0pQTY1QikQ0MzobJzJG7QCeI9C7
zU+Gyxyp933jK0ahLWDhzq0=
=90nz
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/