[PATCH] i386: Omit pmap workaround on i486 or later.

2016-06-18 Thread Masanori Ogino
As described in XXX comments, the workaround for memory mapping is implemented for 80386 and it is unnecessary on i486 or later. Thus, it is safe to omit that if the kernel is built for the recent (1989~) processors. Fuhito Inagawa pointed out the problem to me. * i386/i386/trap.c (kernel_trap):

Re: [PATCH] i386: Omit pmap workaround on i486 or later.

2016-07-07 Thread Masanori Ogino
How about this patch? Did I share this with you in a wrong way, or is it simply useless? 2016-06-18 22:04 GMT+09:00 Masanori Ogino : > As described in XXX comments, the workaround for memory mapping is > implemented for 80386 and it is unnecessary on i486 or later. Thus, it > is saf

Re: [PATCH] i386: Omit pmap workaround on i486 or later.

2016-07-09 Thread Masanori Ogino
Hello, 2016-07-08 17:43 GMT+09:00 Justus Winter : > Hi :) > > Masanori Ogino writes: >> How about this patch? >> Did I share this with you in a wrong way, or is it simply useless? >> >> 2016-06-18 22:04 GMT+09:00 Masanori Ogino : >>> As described

Re: [PATCH] i386: Omit pmap workaround on i486 or later.

2016-07-09 Thread Masanori Ogino
Hello, 2016-07-08 15:35 GMT+09:00 Samuel Thibault : > Masanori Ogino, on Fri 08 Jul 2016 10:43:00 +0900, wrote: >> Did I share this with you in a wrong way, or is it simply useless? > > Personnally, I simply currently have no time to spend on it :/ I see. No worry, I would introdu

Re: [PATCH] i386: Omit pmap workaround on i486 or later.

2020-11-07 Thread Masanori Ogino
Awesome! Thank you so much for picking it up, and I am so sorry for my laziness. On Sun, Nov 8, 2020 at 11:13 AM Samuel Thibault wrote: > > Hello, > > I fixed the patch and pushed it, thanks! > > Samuel -- Masanori Ogino http://twitter.com/omasanori http://gplus.to/omasanori