mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kasper Dupont <kasperd@daimi.au.dk>
To: Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] trivial - remove unused field
Date: Sun, 26 May 2002 14:16:31 +0200	[thread overview]
Message-ID: <3CF0D21F.59BBDEA0@daimi.au.dk> (raw)
In-Reply-To: <3CED6510.4FB31E7A@daimi.au.dk>

Kasper Dupont wrote:
> 
> This patch removes the unused v86mode field from the
> thread_struct. It was tested against 2.4.19-pre8-ac5,
> and I also verified that 2.5.17 did compile with
> this patch.

Here is a version of the patch that applies cleanly
to 2.5.18:

diff -Nur linux.old/include/asm-i386/processor.h linux.new/include/asm-i386/processor.h
--- linux.old/include/asm-i386/processor.h	Sat May 25 14:17:40 2002
+++ linux.new/include/asm-i386/processor.h	Sat May 25 14:17:15 2002
@@ -367,7 +367,7 @@
 /* virtual 86 mode info */
 	struct vm86_struct	* vm86_info;
 	unsigned long		screen_bitmap;
-	unsigned long		v86flags, v86mask, v86mode, saved_esp0;
+	unsigned long		v86flags, v86mask, saved_esp0;
 /* IO permissions */
 	int		ioperm;
 	unsigned long	io_bitmap[IO_BITMAP_SIZE+1];

-- 
Kasper Dupont -- der bruger for meget tid på usenet.
For sending spam use mailto:razor-report@daimi.au.dk

      parent reply	other threads:[~2002-05-26 12:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-23 21:54 Kasper Dupont
2002-05-24  4:06 ` Rusty Russell
2002-05-26 12:16 ` Kasper Dupont [this message]

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=3CF0D21F.59BBDEA0@daimi.au.dk \
    --to=kasperd@daimi.au.dk \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®