Sorry, I rounded the effect down. You get to remove the following from the kernel if you drop the 386:
{ 3, -1, 32, "386", }, /* family defaults */ and if(X86FAMILY(m->cpuidax) == 3) conf.copymode = 1; and to simplify this: if(read && conf.copymode == 0 && s->ref == 1) { but you get to add code to check and whine if you try to run the kernel on a 386. On Sun Oct 30 16:16:32 EST 2005, [EMAIL PROTECTED] wrote: > 2005/10/30, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > On Sun Oct 30 15:34:52 EST 2005, [EMAIL PROTECTED] wrote: > > > ... > > > My understanding of how this got into the embedded chipset stuff was > > > that a suggestion was made to deprecate 486 as well, which I don't > > > think we should do at all. Get rid of 386, support 486+. > > > ... > > > > If you keep the 486 then there is no point in removing the 386, > > you would gain nothing. > > Huh? I thought we would gain the use of the page invalidation instruction?