Date: Fri, 12 Dec 2014 07:59:06 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r275724 - stable/10/sys/ofed/include/linux Message-ID: <201412120759.sBC7x6FZ091812@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Fri Dec 12 07:59:05 2014 New Revision: 275724 URL: https://svnweb.freebsd.org/changeset/base/275724 Log: MFC r275636: Move OFED init a bit earlier so that PXE boot works. Sponsored by: Mellanox Technologies Modified: stable/10/sys/ofed/include/linux/module.h Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/ofed/include/linux/module.h ============================================================================== --- stable/10/sys/ofed/include/linux/module.h Fri Dec 12 07:42:06 2014 (r275723) +++ stable/10/sys/ofed/include/linux/module.h Fri Dec 12 07:59:05 2014 (r275724) @@ -49,9 +49,9 @@ #define EXPORT_SYMBOL_GPL(name) /* OFED pre-module initialization */ -#define SI_SUB_OFED_PREINIT (SI_SUB_KTHREAD_INIT - 2) +#define SI_SUB_OFED_PREINIT (SI_SUB_ROOT_CONF - 2) /* OFED default module initialization */ -#define SI_SUB_OFED_MODINIT (SI_SUB_KTHREAD_INIT - 1) +#define SI_SUB_OFED_MODINIT (SI_SUB_ROOT_CONF - 1) #include <sys/linker.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412120759.sBC7x6FZ091812>