From: Randy Dunlap on 29 Jun 2010 11:10 On Tue, 29 Jun 2010 15:19:38 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20100628: > > My fixes tree is now empty. when CONFIG_SMP is not enabled: drivers/hwmon/coretemp.c:308: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' drivers/hwmon/coretemp.c:428: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id' drivers/hwmon/coretemp.c:429: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' drivers/hwmon/coretemp.c:457: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id' drivers/hwmon/coretemp.c:458: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jean Delvare on 29 Jun 2010 15:10 Hi Randy, On Tue, 29 Jun 2010 08:02:57 -0700, Randy Dunlap wrote: > On Tue, 29 Jun 2010 15:19:38 +1000 Stephen Rothwell wrote: > > > Hi all, > > > > Changes since 20100628: > > > > My fixes tree is now empty. > > > when CONFIG_SMP is not enabled: > > drivers/hwmon/coretemp.c:308: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' > drivers/hwmon/coretemp.c:428: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id' > drivers/hwmon/coretemp.c:429: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' > drivers/hwmon/coretemp.c:457: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id' > drivers/hwmon/coretemp.c:458: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' Thanks for the heads up, I hadn't considered the no-SMP case. I'll take a look immediately. -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jean Delvare on 29 Jun 2010 15:40 On Tue, 29 Jun 2010 21:05:32 +0200, Jean Delvare wrote: > Hi Randy, > > On Tue, 29 Jun 2010 08:02:57 -0700, Randy Dunlap wrote: > > On Tue, 29 Jun 2010 15:19:38 +1000 Stephen Rothwell wrote: > > > > > Hi all, > > > > > > Changes since 20100628: > > > > > > My fixes tree is now empty. > > > > > > when CONFIG_SMP is not enabled: > > > > drivers/hwmon/coretemp.c:308: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' > > drivers/hwmon/coretemp.c:428: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id' > > drivers/hwmon/coretemp.c:429: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' > > drivers/hwmon/coretemp.c:457: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id' > > drivers/hwmon/coretemp.c:458: error: 'struct cpuinfo_x86' has no member named 'cpu_core_id' > > Thanks for the heads up, I hadn't considered the no-SMP case. I'll take > a look immediately. Should be fixed now, thanks again. -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH] pass buffer sizes when using get_task_comm() Next: perf: Shrink hw_perf_event |