lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 3 Aug 2010 17:49:02 GMT
From:	"tip-bot for H. Peter Anvin" <hpa@...ux.intel.com>
To:	linux-tip-commits@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
	florian@...nwrt.org, mark@...feros.com, tglx@...utronix.de,
	hpa@...ux.intel.com
Subject: [tip:x86/cpu] x86, cpu: RDC doesn't have CPUID, which is what c_ident is

Commit-ID:  c0366f5f5c1615c4f70b1bd646149ba9233830b9
Gitweb:     http://git.kernel.org/tip/c0366f5f5c1615c4f70b1bd646149ba9233830b9
Author:     H. Peter Anvin <hpa@...ux.intel.com>
AuthorDate: Tue, 3 Aug 2010 10:09:56 -0700
Committer:  H. Peter Anvin <hpa@...ux.intel.com>
CommitDate: Tue, 3 Aug 2010 10:09:56 -0700

x86, cpu: RDC doesn't have CPUID, which is what c_ident is

c_ident is supposed to be a CPUID identifier, and RDC doesn't have
that.

Signed-off-by: H. Peter Anvin <hpa@...ux.intel.com>
Cc: Mark Kelly <mark@...feros.com>
Cc: Florian Fainelli <florian@...nwrt.org>
LKML-Reference: <201008031815.09764.florian@...nwrt.org>
---
 arch/x86/kernel/cpu/rdc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/rdc.c b/arch/x86/kernel/cpu/rdc.c
index c2bcdcc..e5e241c 100644
--- a/arch/x86/kernel/cpu/rdc.c
+++ b/arch/x86/kernel/cpu/rdc.c
@@ -65,7 +65,6 @@ static void __cpuinit rdc_identify(struct cpuinfo_x86 *c)
 
 static const struct cpu_dev __cpuinitconst rdc_cpu_dev = {
 	.c_vendor	= "RDC",
-	.c_ident	= { "RDC" },
 	.c_identify	= rdc_identify,
 	.c_x86_vendor	= X86_VENDOR_RDC,
 };
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ