* [PATCH] Fix up i386 compile after the "i386: clean up user_mode macros" patch
@ 2005-07-27 20:57 Frank Sorenson
0 siblings, 0 replies; only message in thread
From: Frank Sorenson @ 2005-07-27 20:57 UTC (permalink / raw)
To: Linux Kernel Mailing List, Linus Torvalds
-----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@tuxrocks.com>
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@tuxrocks.com
-----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-----
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-27 21:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27 20:57 [PATCH] Fix up i386 compile after the "i386: clean up user_mode macros" patch Frank Sorenson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox