All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raphael Kubo da Costa <suroii@terra.com.br>
To: linux-kernel@vger.kernel.org
Cc: linux-mm@kvac.org, akpm@osdl.org
Subject: Re: 2.6.0-test2-mm3
Date: Sat, 02 Aug 2003 23:57:07 -0300	[thread overview]
Message-ID: <3F2C7A03.6080204@terra.com.br> (raw)

Ok, here's my first patch. ;)
This is a fix for i386's fpu_system.h, which was causing an error during 
the compilation of fpu_entry.c.

--- linux-2.6.0-test2-mm3/arch/i386/math-emu/fpu_system.h	2003-08-02 22:54:44.000000000 -0300
+++ linux-2.6.0-test2-mm3-fix/arch/i386/math-emu/fpu_system.h	2003-08-02 22:53:55.000000000 -0300
@@ -22,7 +22,7 @@
 
 /* s is always from a cpu register, and the cpu does bounds checking
  * during register load --> no further bounds checks needed */
-#define LDT_DESCRIPTOR(s)	(((struct desc_struct *)current->mm->context.ldt)[(s) >> 3])
+#define LDT_DESCRIPTOR(s)	(((struct desc_struct *)current->mm->context.ldt_pages)[(s) >> 3])
 #define SEG_D_SIZE(x)		((x).b & (3 << 21))
 #define SEG_G_BIT(x)		((x).b & (1 << 23))
 #define SEG_GRANULARITY(x)	(((x).b & (1 << 23)) ? 4096 : 1)



             reply	other threads:[~2003-08-03  3:07 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-03  2:57 Raphael Kubo da Costa [this message]
2003-08-03 10:36 ` 2.6.0-test2-mm3 Jose Luis Domingo Lopez
2003-08-03 15:13   ` 2.6.0-test2-mm3 Marcelo Abreu
2003-08-03 15:59     ` 2.6.0-test2-mm3 Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2003-08-02 22:22 2.6.0-test2-mm3 Andrew Morton
2003-08-02 22:22 ` 2.6.0-test2-mm3 Andrew Morton
2003-08-02 22:31 ` 2.6.0-test2-mm3 bert hubert
2003-08-02 23:42   ` 2.6.0-test2-mm3 Andrew Morton
2003-08-03  7:38     ` 2.6.0-test2-mm3 William Lee Irwin III
2003-08-04 12:10     ` 2.6.0-test2-mm3 jlnance
2003-08-03  0:11 ` 2.6.0-test2-mm3 William Lee Irwin III
2003-08-03  0:11   ` 2.6.0-test2-mm3 William Lee Irwin III
2003-08-03  2:14   ` 2.6.0-test2-mm3 William Lee Irwin III
2003-08-03  2:14     ` 2.6.0-test2-mm3 William Lee Irwin III
2003-08-03  1:49 ` 2.6.0-test2-mm3 Felipe Alfaro Solana
2003-08-03  1:49   ` 2.6.0-test2-mm3 Felipe Alfaro Solana
2003-08-03  2:00   ` 2.6.0-test2-mm3 Andrew Morton
2003-08-03  2:00     ` 2.6.0-test2-mm3 Andrew Morton
2003-08-03  2:03     ` 2.6.0-test2-mm3 Felipe Alfaro Solana
2003-08-03  2:03       ` 2.6.0-test2-mm3 Felipe Alfaro Solana
2003-08-03  5:07 ` 2.6.0-test2-mm3 Zwane Mwaikambo
2003-08-03  5:07   ` 2.6.0-test2-mm3 Zwane Mwaikambo
2003-08-03  5:28   ` 2.6.0-test2-mm3 Andrew Morton
2003-08-03  5:28     ` 2.6.0-test2-mm3 Andrew Morton
2003-08-03  5:22     ` 2.6.0-test2-mm3 Zwane Mwaikambo
2003-08-03  5:22       ` 2.6.0-test2-mm3 Zwane Mwaikambo
2003-08-03  5:38       ` 2.6.0-test2-mm3 Joshua Kwan
2003-08-03  5:48       ` 2.6.0-test2-mm3 Zwane Mwaikambo
2003-08-03  5:48         ` 2.6.0-test2-mm3 Zwane Mwaikambo
2003-08-03  7:05 ` 2.6.0-test2-mm3 Danek Duvall
2003-08-03  7:05   ` 2.6.0-test2-mm3 Danek Duvall
2003-08-03  7:15   ` 2.6.0-test2-mm3 Eugene Teo
2003-08-03  7:15     ` 2.6.0-test2-mm3 Eugene Teo
2003-08-03  7:28     ` 2.6.0-test2-mm3 Danek Duvall
2003-08-03  7:28       ` 2.6.0-test2-mm3 Danek Duvall
2003-08-03  7:44       ` 2.6.0-test2-mm3 Eugene Teo
2003-08-03  7:44         ` 2.6.0-test2-mm3 Eugene Teo

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=3F2C7A03.6080204@terra.com.br \
    --to=suroii@terra.com.br \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvac.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.