diff options
author | Rod Whitby <rod@whitby.id.au> | 2009-04-28 09:29:52 +0930 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2009-04-28 09:29:52 +0930 |
commit | 694436f22483c9dab39acbadafbdf315441873e4 (patch) | |
tree | db7afe8b913fe98561260ed18e3eb9935dcc8f34 /recipes/ixp4xx/ixp4xx-csr-2.1.1/livelock.patch | |
parent | 1a33200c79bb363cb5c7928f0e510919d6a65ea8 (diff) |
ixp4xx: Remove proprietary Intel ethernet driver.
See
http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-January/001279.html
Diffstat (limited to 'recipes/ixp4xx/ixp4xx-csr-2.1.1/livelock.patch')
-rw-r--r-- | recipes/ixp4xx/ixp4xx-csr-2.1.1/livelock.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/ixp4xx/ixp4xx-csr-2.1.1/livelock.patch b/recipes/ixp4xx/ixp4xx-csr-2.1.1/livelock.patch deleted file mode 100644 index 0b4e4ba026..0000000000 --- a/recipes/ixp4xx/ixp4xx-csr-2.1.1/livelock.patch +++ /dev/null @@ -1,19 +0,0 @@ -*** ixp400_xscale_sw/src/oslinux/IxLinuxInit.c.orig Sun Sep 25 05:59:03 2005 ---- ixp400_xscale_sw/src/oslinux/IxLinuxInit.c Fri Jun 9 14:07:06 2006 -*************** -*** 91,97 **** - - - /* Module parameters */ -! static int livelock_dispatcher = 0;/* default: don't use livelock dispatcher*/ - - MODULE_PARM(livelock_dispatcher, "i"); - MODULE_PARM_DESC(livelock_dispatcher, "If non-zero, use the livelock prevention qmgr dispatcher"); ---- 91,97 ---- - - - /* Module parameters */ -! int livelock_dispatcher = 0;/* default: don't use livelock dispatcher*/ - - MODULE_PARM(livelock_dispatcher, "i"); - MODULE_PARM_DESC(livelock_dispatcher, "If non-zero, use the livelock prevention qmgr dispatcher"); |