From: Lans Zhang Date: Fri, 1 Mar 2013 01:20:39 +0000 (+0800) Subject: x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safety X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~114^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dead15fb8f6522b96c913603b5ad0b5c7d01f49;p=pandora-kernel.git x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safety In startup_32, the running code still uses the initial GDT located in setup. Thus, __BOOT_DS is preferred. Currently __KERNEL_DS is lucky to equal to __BOOT_DS, but this is not always a safe way. Signed-off-by: Lans Zhang Link: http://lkml.kernel.org/r/51300267.6000008@gmail.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed