![]() | |||||||||||||
Messages in this thread Patch in this message |
<shai@ftcon.com> wrote: >> Hi,> > Very nice patch.> Andrew, would you consider adding this one? Not really. --- 2.6.0-test1-ia64-0/include/linux/sched.h 2003-07-14 05:30:40.000000000 +0200 +++ 2.6.0-test1-ia64-na/include/linux/sched.h 2003-07-18 13:38:02.000000000 +0200 @@ -390,6 +390,9 @@ struct list_head posix_timers; /* POSIX.1b Interval Timers */ unsigned long utime, stime, cutime, cstime; u64 start_time; +#ifdef CONFIG_SMP + long per_cpu_utime[NR_CPUS], per_cpu_stime[NR_CPUS]; +#endif On 512p 64-bit that's 8 kilobytes added to the task_struct. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 13:02 [W:0.025 / U:0.470 seconds] ©2003-2008 Jasper Spaans | |||||||||||||