Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2015 10:33:57 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291685 - head/sys/dev/cxgbe
Message-ID:  <201512031033.tB3AXvvN055312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Dec  3 10:33:57 2015
New Revision: 291685
URL: https://svnweb.freebsd.org/changeset/base/291685

Log:
  Fix build for !TCP_OFFLOAD case.

Modified:
  head/sys/dev/cxgbe/t4_main.c

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Thu Dec  3 10:17:01 2015	(r291684)
+++ head/sys/dev/cxgbe/t4_main.c	Thu Dec  3 10:33:57 2015	(r291685)
@@ -3718,8 +3718,8 @@ setup_intr_handlers(struct adapter *sc)
 					vi->nintr++;
 				}
 			}
-		}
 #endif
+		}
 	}
 	MPASS(irq == &sc->irq[sc->intr_count]);
 



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