* Pritesh Shah ([EMAIL PROTECTED]) wrote: > I was wondering as to where is the GDT initialized during the boot > sequence? I will need the filename and the name of the routine that > does this. Any help would be greatly appreciated.
Search for cpu_gdt_table (one is literal, the other is per_cpu). You should be able to work it out from there. - 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/

