aboutsummaryrefslogtreecommitdiffstats
path: root/patches/linux-2.6.16.30/xen-hotplug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-2.6.16.30/xen-hotplug.patch')
-rw-r--r--patches/linux-2.6.16.30/xen-hotplug.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/linux-2.6.16.30/xen-hotplug.patch b/patches/linux-2.6.16.30/xen-hotplug.patch
new file mode 100644
index 0000000000..06abdda41b
--- /dev/null
+++ b/patches/linux-2.6.16.30/xen-hotplug.patch
@@ -0,0 +1,12 @@
+diff -pruN ../orig-linux-2.6.16.29/fs/proc/proc_misc.c ./fs/proc/proc_misc.c
+--- ../orig-linux-2.6.16.29/fs/proc/proc_misc.c 2006-09-12 19:02:10.000000000 +0100
++++ ./fs/proc/proc_misc.c 2006-09-19 14:06:00.000000000 +0100
+@@ -433,7 +433,7 @@ static int show_stat(struct seq_file *p,
+ (unsigned long long)cputime64_to_clock_t(irq),
+ (unsigned long long)cputime64_to_clock_t(softirq),
+ (unsigned long long)cputime64_to_clock_t(steal));
+- for_each_online_cpu(i) {
++ for_each_cpu(i) {
+
+ /* Copy values here to work around gcc-2.95.3, gcc-2.96 */
+ user = kstat_cpu(i).cpustat.user;