From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 20:52:11 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C06753A for ; Mon, 7 Oct 2013 20:52:11 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39A9A226B for ; Mon, 7 Oct 2013 20:52:11 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id l10so6748547oag.31 for ; Mon, 07 Oct 2013 13:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bRqW/daQtllfH/4h+K21uf/6QrmYkWumS35HqkWIL1Y=; b=FkCyH2vSm6PNij1+lK4+/eGVVE+GbFTJ0WwOAZ9ATKzPYw27QQBaeOhrW0N7V10lNX nStxi36xxfKYHuH8tGIBHXBRxmzp0grdj+BxwRnZZqRNavB2Oh7g8vqFssas/ig3PkC2 SpM1HYjsop7UyEo2+SQsI+pEQ48LqVjJNsaxDM9butUlOsPlk1zoJYCkvfJVuNulL4Rq oEgSGp23IkjfflPe5Zclh8jrDVR7bvo7N/+onLRP2z/GNHqNc1WggtKrbZqwW+q/dVb4 +pcKlx4Y+PvoFaB00NTMJkuG6jEYA0v5mPzGe+1kB6pKtZhlmDUNbP/OesiDZW4V585T Bl7g== MIME-Version: 1.0 X-Received: by 10.60.70.209 with SMTP id o17mr79003oeu.65.1381179130452; Mon, 07 Oct 2013 13:52:10 -0700 (PDT) Received: by 10.76.13.228 with HTTP; Mon, 7 Oct 2013 13:52:10 -0700 (PDT) Date: Mon, 7 Oct 2013 16:52:10 -0400 Message-ID: Subject: CURRENT BUILD FAILURE sys/modules/cxgbe From: Outback Dingo To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:52:11 -0000 cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/obj/usr/src/sys/GENERIC -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -c /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe/t4_sge.c /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe/t4_sge.c:228:12: error: use of undeclared identifier 'cpu_clflush_line_size' pad = max(cpu_clflush_line_size, 16); ^ /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe/t4_sge.c:273:9: error: use of undeclared identifier 'cpu_clflush_line_size' len = cpu_clflush_line_size > 64 ? 128 : 64; ^ 2 errors generated.