[PATCH] #if 0 dump_HT_speeds

From: Christoph Hellwig
Date: Sat Aug 14 2004 - 09:28:20 EST


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)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/