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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 29 Jan 2008 00:14:52 +0200
From:	Adrian Bunk <bunk@...nel.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org
Subject: [2.6 patch] unexport touch_all_softlockup_watchdogs

This patch removes the unused EXPORT_SYMBOL(touch_all_softlockup_watchdogs).

Signed-off-by: Adrian Bunk <bunk@...nel.org>

---
788c6505d48f13a2b6d3f7313599dad12ec869fe 
diff --git a/kernel/softlockup.c b/kernel/softlockup.c
index c1d7655..6616250 100644
--- a/kernel/softlockup.c
+++ b/kernel/softlockup.c
@@ -65,7 +65,6 @@ void touch_all_softlockup_watchdogs(void)
 	for_each_online_cpu(cpu)
 		per_cpu(touch_timestamp, cpu) = 0;
 }
-EXPORT_SYMBOL(touch_all_softlockup_watchdogs);
 
 /*
  * This callback runs from the timer interrupt, and checks

--
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