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

2005-07-27 Thread Frank Sorenson
-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 <[EMAIL PROTECTED]>

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 
+
 #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
[EMAIL PROTECTED]
-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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2005-07-27 Thread Frank Sorenson
-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 [EMAIL PROTECTED]

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
[EMAIL PROTECTED]
-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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/