* [lm-sensors] Problem loading coretemp...
@ 2006-12-06 3:41 George T. Joseph (development)
2006-12-07 10:47 ` Rudolf Marek
0 siblings, 1 reply; 2+ messages in thread
From: George T. Joseph (development) @ 2006-12-06 3:41 UTC (permalink / raw)
To: lm-sensors
On a Core 2 Duo E6600 running 2.6.19, when I load the module, I get...
[ 25.231019] BUG: using smp_processor_id() in preemptible [00000001]
code: modprobe/2279
[ 25.234481] caller is coretemp_init+0x13/0x129 [coretemp]
[ 25.238029] [<c0104f0c>] dump_trace+0x64/0x1d0
[ 25.241603] [<c0105092>] show_trace_log_lvl+0x1a/0x2f
[ 25.245176] [<c01056d1>] show_trace+0x12/0x14
[ 25.248706] [<c0105798>] dump_stack+0x19/0x1b
[ 25.252186] [<c01d690d>] debug_smp_processor_id+0x8d/0xa0
[ 25.255660] [<f8de1013>] coretemp_init+0x13/0x129 [coretemp]
[ 25.259181] [<c013f018>] sys_init_module+0x98/0x1dc
[ 25.262696] [<c0103fed>] sysenter_past_esp+0x56/0x79
[ 25.266201] [<b7f8f410>] 0xb7f8f410
[ 25.269693] ===========
I think the problem is...
static int __init coretemp_init(void)
{
int i, err = -ENODEV;
struct pdev_entry *p, *n;
/***/
if (current_cpu_data.x86_vendor != X86_VENDOR_INTEL)
/***/
goto exit;
george
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061205/eadab1f9/attachment.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-07 10:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 3:41 [lm-sensors] Problem loading coretemp George T. Joseph (development)
2006-12-07 10:47 ` Rudolf Marek
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.