Module Name: src Committed By: bouyer Date: Thu Jul 6 20:26:05 UTC 2017
Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: gdt_prepframes() is called with a number of pages, don't convert to a number of pages again. This didn't fail because we're called with only one page, and the conversion from '1' to pages resulted in 1 again. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/xen/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.