From: Frank Sorenson <frank@tuxrocks.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@osdl.org>
Subject: [PATCH] Fix up i386 compile after the "i386: clean up user_mode macros" patch
Date: Wed, 27 Jul 2005 14:57:34 -0600 [thread overview]
Message-ID: <42E7F53E.9050604@tuxrocks.com> (raw)
-----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-----
reply other threads:[~2005-07-27 21:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42E7F53E.9050604@tuxrocks.com \
--to=frank@tuxrocks.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox