source:
trunk/packages/xen-3.1/xen-3.1/patches/linux-2.6.18/xen-hotplug.patch
@
34
Last change on this file since 34 was 34, checked in by hartmans, 18 years ago | |
---|---|
|
|
File size: 592 bytes |
-
fs/proc/proc_misc.c
diff -pruN ../orig-linux-2.6.18/fs/proc/proc_misc.c ./fs/proc/proc_misc.c
old new static int show_stat(struct seq_file *p, 471 471 (unsigned long long)cputime64_to_clock_t(irq), 472 472 (unsigned long long)cputime64_to_clock_t(softirq), 473 473 (unsigned long long)cputime64_to_clock_t(steal)); 474 for_each_ online_cpu(i) {474 for_each_possible_cpu(i) { 475 475 476 476 /* Copy values here to work around gcc-2.95.3, gcc-2.96 */ 477 477 user = kstat_cpu(i).cpustat.user;
Note: See TracBrowser
for help on using the repository browser.