From 2d179ec6ae3fbe132ef6a1098014a238928304ae Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 19 Jun 2006 23:33:38 +0000 Subject: ixp4xx, ixp425-eth: Updated for 2.6.17 kernel (MODULE_PARM now removed) --- packages/ixp4xx/ixp4xx-csr-2.1/module-param.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/ixp4xx/ixp4xx-csr-2.1/module-param.patch (limited to 'packages/ixp4xx/ixp4xx-csr-2.1') diff --git a/packages/ixp4xx/ixp4xx-csr-2.1/module-param.patch b/packages/ixp4xx/ixp4xx-csr-2.1/module-param.patch new file mode 100644 index 0000000000..c61fcc00d3 --- /dev/null +++ b/packages/ixp4xx/ixp4xx-csr-2.1/module-param.patch @@ -0,0 +1,19 @@ + src/oslinux/IxLinuxInit.c | 4 ++++ + 1 files changed, 4 insertions(+) + +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*/ + ++#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,16) + MODULE_PARM(livelock_dispatcher, "i"); ++#else ++module_param(livelock_dispatcher, int, 0644); ++#endif + MODULE_PARM_DESC(livelock_dispatcher, "If non-zero, use the livelock prevention qmgr dispatcher"); + + /* Init and cleanup functions for module */ -- cgit 1.2.3-korg