Re: MTRR fix

Tom Eastep (eastep@loc1.tandem.com)
Tue, 01 Sep 1998 12:24:13 -0700


Linus Torvalds wrote:
>
> I really think that it's the console patch that is broken. If it plays
> with the MTRR's it should be part of the later "real" device
> initialization (ie chrdev_init()) rather than called from console_init()
> which happens early.

Linus,

Please correct me if I'm wrong but my reading of the code indicates that the
mtrr setup IS being done out of chrdev_init()
(chrdev_init()->fbmem_init()->vesafb_init()->mtrr_add)(). While this is late in
the boot sequence, it is still before smp_begin() is called is it not?

-Tom

-- 
Tom Eastep	
COMPAQ Computer Corporation
Enterprise Computing Group
Tandem Division
tom.eastep@compaq.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html