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>] [day] [month] [year] [list]
Date:	Thu, 8 Jul 2010 07:17:33 GMT
From:	tip-bot for Javier Martinez Canillas <martinez.javier@...il.com>
To:	linux-tip-commits@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
	gorcunov@...nvz.org, rakib.mullick@...il.com,
	martinez.javier@...il.com, ebiederm@...ssion.com, tj@...nel.org,
	tglx@...utronix.de, mingo@...e.hu
Subject: [tip:x86/apic] x86/apic/es7000_32: Remove unused variable

Commit-ID:  5bbd4a336c81d32df71642abf310cf3d0c98dc9b
Gitweb:     http://git.kernel.org/tip/5bbd4a336c81d32df71642abf310cf3d0c98dc9b
Author:     Javier Martinez Canillas <martinez.javier@...il.com>
AuthorDate: Wed, 7 Jul 2010 19:51:59 -0400
Committer:  Ingo Molnar <mingo@...e.hu>
CommitDate: Thu, 8 Jul 2010 09:14:37 +0200

x86/apic/es7000_32: Remove unused variable

In today's linux-next I got this compile warning:

 arch/x86/kernel/apic/es7000_32.c:132: warning: 'base' defined but not used

Current patch solves the issue removing the unused variable.

Signed-off-by: Javier Martinez Canillas <martinez.javier@...il.com>
Cc: Rakib Mullick <rakib.mullick@...il.com>
Cc: Eric W. Biederman <ebiederm@...ssion.com>
Cc: Cyrill Gorcunov <gorcunov@...nvz.org>
Cc: Tejun Heo <tj@...nel.org>
LKML-Reference: <1278546719.9020.4.camel@...ovo>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
 arch/x86/kernel/apic/es7000_32.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/apic/es7000_32.c b/arch/x86/kernel/apic/es7000_32.c
index 425e53a..8593582 100644
--- a/arch/x86/kernel/apic/es7000_32.c
+++ b/arch/x86/kernel/apic/es7000_32.c
@@ -129,7 +129,6 @@ int					es7000_plat;
  * GSI override for ES7000 platforms.
  */
 
-static unsigned int			base;
 
 static int __cpuinit wakeup_secondary_cpu_via_mip(int cpu, unsigned long eip)
 {
--
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