commit | 1256276c98dbcfb009ac8e0687df9a1e291fd149 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Feb 25 15:54:10 2013 -0500 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Mon Feb 25 13:42:37 2013 -0800 |
tree | 44a85b0517106d94e8a82a98146e786117ca83c4 | |
parent | a2fd6419174470f5ae6383f5037d0ee21ed9833f [diff] |
x86, doc: Fix incorrect comment about 64-bit code segment descriptors The AMD64 Architecture Programmer's Manual Volume 2, on page 89 mentions: "If the processor is running in 64-bit mode (L=1), the only valid setting of the D bit is 0." This matches with what the code does. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Link: http://lkml.kernel.org/r/1361825650-14031-4-git-send-email-konrad.wilk@oracle.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>