Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2010 01:49:40 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r213823 - projects/ofed/head/sys/ofed/drivers/net/mlx4
Message-ID:  <201010140149.o9E1ne8k008594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jeff
Date: Thu Oct 14 01:49:40 2010
New Revision: 213823
URL: http://svn.freebsd.org/changeset/base/213823

Log:
   - Use SI_ORDER_MIDDLE for mlx4 so that it can't be reordered after
     the vm scheduler which does not return.
  
  Sponsored by:	Isilon Systems, iX Systems, and Panasas.

Modified:
  projects/ofed/head/sys/ofed/drivers/net/mlx4/main.c

Modified: projects/ofed/head/sys/ofed/drivers/net/mlx4/main.c
==============================================================================
--- projects/ofed/head/sys/ofed/drivers/net/mlx4/main.c	Thu Oct 14 01:48:51 2010	(r213822)
+++ projects/ofed/head/sys/ofed/drivers/net/mlx4/main.c	Thu Oct 14 01:49:40 2010	(r213823)
@@ -1654,5 +1654,5 @@ static void __exit mlx4_cleanup(void)
 	destroy_workqueue(mlx4_wq);
 }
 
-module_init_order(mlx4_init, SI_ORDER_ANY);
+module_init_order(mlx4_init, SI_ORDER_MIDDLE);
 module_exit(mlx4_cleanup);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010140149.o9E1ne8k008594>