Details
-
Type: New Feature
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Linux Driver
-
Labels:None
-
Account:SDO Driver (SDODRIVER)
Description
Linux kernel has removed IRQF_DISABLED since kernel 4.1, which is required by uio_netx driver.
http://lists.infradead.org/pipermail/linux-mtd/2015-March/058135.html
To use current uio driver with kernel 4.1+ either define IRQF_DISABLED as 0 in uio_netx.c or remove it completely.