Displaying 1 result from an estimated 1 matches for "osm_linux".
Did you mean:
arm_linux
2013 Aug 16
0
RocketRAID cards (actually, solved)
...Above for < 2.6.28 */
if (bdev && blkdev_get(bdev, FMODE_READ)==0) {
Note that the last two parms from the original call were removed.
2. /* blkdev_put(bdev __BDEV_RAW); (or, in another case, just BDEV_RAW)
# above < 2.6.28 */
blkdev_put(bdev, FMODE_READ);
3. In osm_linux.h, their definition redefines what the Linux header files
say.
I made the following change. Note that I wanted to make sure IRQ_HANDLED
was defined, presuming it's in use elsewhere, and I'm making minimal
changes to the code.
/* #ifndef IRQ_HANDLED */
#ifndef _LINUX...