diff options
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch b/packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch index c61fcc00d3..6472ef8b05 100644 --- a/packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch +++ b/packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch @@ -5,10 +5,10 @@ Index: ixp400_xscale_sw/src/oslinux/IxLinuxInit.c =================================================================== --- ixp400_xscale_sw.orig/src/oslinux/IxLinuxInit.c +++ ixp400_xscale_sw/src/oslinux/IxLinuxInit.c -@@ -93,7 +93,11 @@ - /* Module parameters */ - static int livelock_dispatcher = 0;/* default: don't use livelock dispatcher*/ - +@@ -103,7 +103,11 @@ + #if KERNEL_VERSION(2,6,0) <= LINUX_VERSION_CODE + MODULE_VERSION("2.1.1"); + #endif +#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,16) MODULE_PARM(livelock_dispatcher, "i"); +#else |