public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.64 kernel bug
@ 2003-03-07 17:49 Shawn P. Garbett
       [not found] ` <200303071149.33553.listman-qZIqNUI/gJRAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn P. Garbett @ 2003-03-07 17:49 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

I just got a P2120 laptop and really really want ACPI working. I grabbed the 
2.5.64 kernel and it didn't compile. Looking back through the archives of 
this list I found nothing related to this. 

I'm a proficient programmer, but have never done any serious kernel work under 
linux. 

Here's what I changed to make it compile: 

sputnik:/usr/src/linux# diff drivers/cpufreq/userspace.c.orig 
drivers/cpufreq/userspace.c
514c514
<               device_create_file (policy->intf.dev, 
&dev_attr_scaling_setspeed );
---
>               device_create_file (policy->dev, &dev_attr_scaling_setspeed);
523c523
<               device_remove_file (policy->intf.dev, 
&dev_attr_scaling_setspeed
);
---
>               device_remove_file (policy->dev, &dev_attr_scaling_setspeed);



Shawn


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-08  3:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07 17:49 2.5.64 kernel bug Shawn P. Garbett
     [not found] ` <200303071149.33553.listman-qZIqNUI/gJRAfugRpC6u6w@public.gmane.org>
2003-03-07 17:34   ` Patrick Mochel
     [not found]     ` <Pine.LNX.4.33.0303071128380.991-100000-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2003-03-08  3:42       ` Alexander Hoogerhuis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox