From owner-freebsd-current@freebsd.org Mon Oct 24 20:01:52 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2804C2054E for ; Mon, 24 Oct 2016 20:01:52 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A89ADED for ; Mon, 24 Oct 2016 20:01:52 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1bylRN-001ZZj-O8>; Mon, 24 Oct 2016 22:01:49 +0200 Received: from x55b232f1.dyn.telefonica.de ([85.178.50.241] helo=hermann) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1bylRN-003FEG-BV>; Mon, 24 Oct 2016 22:01:49 +0200 Date: Mon, 24 Oct 2016 22:01:48 +0200 From: "Hartmann, O." To: FreeBSD CURRENT Subject: r307877: buildkernel fails: x86/cpu_machdep.c:564:1: error: function definition is not allowed here { Message-ID: <20161024220148.6ce8b3c7@hermann> Organization: FU Berlin MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.50.241 X-Mailman-Approved-At: Mon, 24 Oct 2016 20:17:07 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 24 Oct 2016 20:01:53 -0000 r307877 fails to buildkernel with the error shown below: [...] /usr/src/sys/x86/x86/cpu_machdep.c:564:1: error: function definition is not allowed here { ^ /usr/src/sys/x86/x86/cpu_machdep.c:574:2: error: expected '}' } ^ /usr/src/sys/x86/x86/cpu_machdep.c:541:1: note: to match this '{' { ^ 2 errors generated. *** Error code 1