source: trunk/packages/xen-common/xen-common/patches/linux-2.6.18/xen-hotplug.patch @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

  • Property svn:mime-type set to text/x-patch
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, 
    471471                (unsigned long long)cputime64_to_clock_t(irq),
    472472                (unsigned long long)cputime64_to_clock_t(softirq),
    473473                (unsigned long long)cputime64_to_clock_t(steal));
    474         for_each_online_cpu(i) {
     474        for_each_possible_cpu(i) {
    475475
    476476                /* Copy values here to work around gcc-2.95.3, gcc-2.96 */
    477477                user = kstat_cpu(i).cpustat.user;
Note: See TracBrowser for help on using the repository browser.