Re: 2.6.0-rc1-mm1

From: Eugene Teo
Date: Thu Jan 01 2004 - 08:54:52 EST


<quote sender="Andrew Morton">
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-rc1/2.6.0-rc1-mm1/

[snip]

> +make-for_each_cpu-iterator-more-friendly.patch

Trivial patch.

http://www.anomalistic.org/patches/oprofile-cpu_possible-fix-2.6.1-rc1-mm1.patch

diff -Naur -X /home/amnesia/w/dontdiff 2.6.1-rc1-mm1/drivers/oprofile/oprofile_stats.c 2.6.1-rc1-mm1-fix/drivers/oprofile/oprofile_stats.c
--- 2.6.1-rc1-mm1/drivers/oprofile/oprofile_stats.c 2004-01-01 20:29:19.000000000 +0800
+++ 2.6.1-rc1-mm1-fix/drivers/oprofile/oprofile_stats.c 2004-01-01 21:34:48.000000000 +0800
@@ -8,7 +8,7 @@
*/

#include <linux/oprofile.h>
-#include <linux/smp.h>
+#include <linux/cpumask.h>
#include <linux/threads.h>

#include "oprofile_stats.h"

--
Eugene TEO <eugeneteo@xxxxxxxxxxxxx> <http://www.anomalistic.org/>
1024D/14A0DDE5 print D851 4574 E357 469C D308 A01E 7321 A38A 14A0 DDE5
main(i) { putchar(182623909 >> (i-1) * 5&31|!!(i<7)<<6) && main(++i); }

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