public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] #if 0 dump_HT_speeds
@ 2004-08-14 14:25 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-08-14 14:25 UTC (permalink / raw)
  To: benh; +Cc: linux-kernel

likes it caller


--- 1.3/arch/ppc64/kernel/pmac_feature.c	2004-06-10 23:33:43 +02:00
+++ edited/arch/ppc64/kernel/pmac_feature.c	2004-08-14 16:02:30 +02:00
@@ -611,7 +611,7 @@
 
 device_initcall(pmac_feature_late_init);
 
-
+#if 0
 static void dump_HT_speeds(char *name, u32 cfg, u32 frq)
 {
 	int	freqs[16] = { 200,300,400,500,600,800,1000,0,0,0,0,0,0,0,0,0 };
@@ -625,6 +625,7 @@
 		       name, freqs[freq],
 		       bits[(cfg >> 28) & 0x7], bits[(cfg >> 24) & 0x7]);
 }
+#endif
 
 void __init pmac_check_ht_link(void)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-14 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-14 14:25 [PATCH] #if 0 dump_HT_speeds Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox