CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/25 09:01:33
Modified files: sys/arch/amd64/amd64: gdt.c Log message: In gdt_grow, always map the gdt on the secondary cpus too. This far we depended on the pageability of the kernel_map to map them which worked most of the time, until we hit the most improbable case - when cpu_switchto wanted to fault in the missing gdt page, which at this moment is Verboten. kettenis@ ok