Re: 2.6.7-rc2-mm1

From: William Lee Irwin III
Date: Tue Jun 01 2004 - 06:33:08 EST


On Tue, Jun 01, 2004 at 02:15:39AM -0700, Andrew Morton wrote:
> - NFS server udpates
> - md updates
> - big x86 dmi_scan.c cleanup
> - merged perfctr. No documentation though :(
> - cris architecture update

Hmm. perfctr needs some structs.


-- wli


Index: linux-2.6.7-rc2-mm1/include/linux/perfctr.h
===================================================================
--- linux-2.6.7-rc2-mm1.orig/include/linux/perfctr.h 2004-06-01 03:25:54.000000000 -0700
+++ linux-2.6.7-rc2-mm1/include/linux/perfctr.h 2004-06-01 04:27:51.000000000 -0700
@@ -53,7 +53,11 @@
unsigned int _reserved3;
unsigned int _reserved4;
};
-
+#else
+struct perfctr_cpu_mask;
+struct perfctr_info;
+struct vperfctr_control;
+struct perfctr_sum_ctrs;
#endif /* CONFIG_PERFCTR */

#ifdef __KERNEL__
-
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/