Hi!

> > > @@ -560,7 +559,7 @@ struct mtrr_value {
> > >  
> > >  static struct mtrr_value * mtrr_state;
> > >  
> > > -static int mtrr_save(struct sys_device * sysdev, u32 state)
> > > +int mtrr_save(void)
> > >  {
> > >   int i;
> > >   int size = num_var_ranges * sizeof(struct mtrr_value);
> > > @@ -580,28 +579,27 @@ static int mtrr_save(struct sys_device *
> > >   return 0;
> > >  }
> > 
> > Isn't this covered by Shaohua Li's patch?
> 
> I believe so, but Shaohua Li's patch isn't merged in 2.6.12 (is it yet
> at all). This is the solution I've been using for... can't remember how
> long.

I *think* it is in -mm already.
                                                                Pavel
-- 
teflon -- maybe it is a trademark, but it should not be.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to