[tip:x86/alternatives] x86, alternatives: Fix one more open-coded 8-bit alternative number

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: tip-bot for H. Peter Anvin
Date: Tuesday, July 13, 2010 - 5:54 pm

Commit-ID:  df378ccfc4dd04e263426ad805516915874774aa
Gitweb:     http://git.kernel.org/tip/df378ccfc4dd04e263426ad805516915874774aa
Author:     H. Peter Anvin <hpa@linux.intel.com>
AuthorDate: Tue, 13 Jul 2010 14:55:11 -0700
Committer:  H. Peter Anvin <hpa@linux.intel.com>
CommitDate: Tue, 13 Jul 2010 14:56:16 -0700

x86, alternatives: Fix one more open-coded 8-bit alternative number

Fix a missing case of an 8-bit alternative number, buried inside an
assembly macro.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Reported-by: Yinghai Lu <yinhai@kernel.org>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <4C3BDDA3.2060900@kernel.org>
---
 arch/x86/lib/copy_user_64.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/lib/copy_user_64.S b/arch/x86/lib/copy_user_64.S
index 71100c9..a460158 100644
--- a/arch/x86/lib/copy_user_64.S
+++ b/arch/x86/lib/copy_user_64.S
@@ -29,7 +29,7 @@
 	.align 8
 	.quad  0b
 	.quad  2b
-	.byte  \feature			/* when feature is set */
+	.word  \feature			/* when feature is set */
 	.byte  5
 	.byte  5
 	.previous
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
tip/master broken with x2apic and kexec, Yinghai Lu, (Mon Jul 12, 7:59 pm)
Re: tip/master broken with x2apic and kexec, Yinghai Lu, (Mon Jul 12, 8:29 pm)
Re: tip/master broken with x2apic and kexec, H. Peter Anvin, (Mon Jul 12, 11:40 pm)
Re: tip/master broken with x2apic and kexec, H. Peter Anvin, (Tue Jul 13, 3:00 pm)
Re: tip/master broken with x2apic and kexec, Yinghai Lu, (Tue Jul 13, 4:27 pm)
[tip:x86/alternatives] x86, alternatives: Fix one more ope ..., tip-bot for H. Peter ..., (Tue Jul 13, 5:54 pm)
[tip:x86/alternatives] x86, alternatives: BUG on encounter ..., tip-bot for H. Peter ..., (Tue Jul 13, 5:54 pm)
Re: tip/master broken with x2apic and kexec, Yinghai Lu, (Wed Jul 14, 1:35 pm)
Re: tip/master broken with x2apic and kexec, Don Zickus, (Wed Jul 14, 2:05 pm)
Re: tip/master broken with x2apic and kexec, Yinghai Lu, (Wed Jul 14, 2:23 pm)
Re: tip/master broken with x2apic and kexec, Yinghai Lu, (Wed Jul 14, 3:07 pm)
Re: tip/master broken with x2apic and kexec, Yinghai Lu, (Wed Jul 14, 3:57 pm)
Re: tip/master broken with x2apic and kexec, Suresh Siddha, (Wed Jul 14, 5:03 pm)
Re: tip/master broken with x2apic and kexec, Yinghai Lu, (Wed Jul 14, 7:01 pm)
[PATCH] x86: fix x2apic preenabled system with kexec, Yinghai Lu, (Thu Jul 15, 12:00 am)
Re: [PATCH] x86: fix x2apic preenabled system with kexec, Suresh Siddha, (Thu Jul 15, 11:16 am)
[tip:x86/urgent] x86: Fix x2apic preenabled system with kexec, tip-bot for Yinghai Lu, (Fri Jul 16, 5:48 pm)