|
|
Log in / Subscribe / Register

Porting device drivers to the 2.6 kernel

Porting device drivers to the 2.6 kernel

Posted Aug 17, 2005 3:55 UTC (Wed) by johnlin (guest, #31873)
Parent article: Porting device drivers to the 2.6 kernel

Hello,

I got a problem proting device driver from 2.4 to 2.6, i.e. the asm/smplocak.h seems not in 2.6 kernel/include/asm, so could anyone help ?

Thanks

John


to post comments

Porting device drivers to the 2.6 kernel

Posted Mar 14, 2006 10:43 UTC (Tue) by Pype.Clicker (guest, #36458) [Link]

it looks like the "Big Kernel Lock" headers have been moved from <asm/smplock.h> to <linux/smp_lock.h> between 2.4 and 2.6 ... patching the #include directive did it for me, i guess it will do for you aswell.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds