public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Wink Saville <wink@saville.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix comments for MSR_FS_BASE and MSR_GS_BASE.
Date: Wed, 22 Nov 2006 19:58:30 -0800	[thread overview]
Message-ID: <45651C66.5050105@saville.com> (raw)

The comments for MSR_FS_BASE & MSR_GS_BASE were transposed.

Signed-off-by: Wink Saville <wink@saville.com>
---
  include/asm-x86_64/msr.h |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-x86_64/msr.h b/include/asm-x86_64/msr.h
index 37e1941..74c175a 100644
--- a/include/asm-x86_64/msr.h
+++ b/include/asm-x86_64/msr.h
@@ -169,8 +169,8 @@ #define MSR_STAR 0xc0000081         /* legacy m
  #define MSR_LSTAR 0xc0000082           /* long mode SYSCALL target */
  #define MSR_CSTAR 0xc0000083           /* compatibility mode SYSCALL target */
  #define MSR_SYSCALL_MASK 0xc0000084    /* EFLAGS mask for syscall */
-#define MSR_FS_BASE 0xc0000100         /* 64bit GS base */
-#define MSR_GS_BASE 0xc0000101         /* 64bit FS base */
+#define MSR_FS_BASE 0xc0000100         /* 64bit FS base */
+#define MSR_GS_BASE 0xc0000101         /* 64bit GS base */
  #define MSR_KERNEL_GS_BASE  0xc0000102 /* SwapGS GS shadow (or USER_GS from kernel) */
  /* EFER bits: */
  #define _EFER_SCE 0  /* SYSCALL/SYSRET */
--
1.4.2.1


             reply	other threads:[~2006-11-23  3:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-23  3:58 Wink Saville [this message]
2006-11-23  9:09 ` [PATCH] Fix comments for MSR_FS_BASE and MSR_GS_BASE Andi Kleen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45651C66.5050105@saville.com \
    --to=wink@saville.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox