From: Kristian V. <Kri...@an...> - 2005-02-14 09:17:56
|
Arno Klenke wrote: > The kernel patch is now available. It changes the following things: > > *Fixes the acpi table parsing errors and adds a kernel option > to disable > the acpi support > *Removes the unnecessary cli()/put_cpu_flags() calls > *Removes the reflect_irq_to_realmode() call I'm curious about this change: - g_sSysBase.ex_GDT[0x40 << 3].desc_lmh &= 0x8f; + g_sSysBase.ex_GDT[0x40 >> 3].desc_lmh &= 0x8f; I seem to recall yourself or Jake mentioning an issue with the GDT descriptor, I assume this is the fix? What effect does this have E.g. does it fix stability on SMP systems? I'm guessing that code hasn't changed since AtheOS..how did it ever work correctly in the first place? -- Vanders http://www.syllable.org http://www.liqwyd.com ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |