From owner-svn-src-head@freebsd.org Tue Mar 29 08:31:36 2016 Return-Path: Delivered-To: svn-src-head@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 23EC5AE12FD; Tue, 29 Mar 2016 08:31:36 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 E8D311F49; Tue, 29 Mar 2016 08:31:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T8VZK2024387; Tue, 29 Mar 2016 08:31:35 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T8VZSG024386; Tue, 29 Mar 2016 08:31:35 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201603290831.u2T8VZSG024386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Tue, 29 Mar 2016 08:31:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r297373 - head/sys/x86/x86 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 08:31:36 -0000 Author: kib Date: Tue Mar 29 08:31:34 2016 New Revision: 297373 URL: https://svnweb.freebsd.org/changeset/base/297373 Log: Use ANSI function definition. Sponsored by: The FreeBSD Foundation Modified: head/sys/x86/x86/mp_x86.c Modified: head/sys/x86/x86/mp_x86.c ============================================================================== --- head/sys/x86/x86/mp_x86.c Tue Mar 29 07:38:43 2016 (r297372) +++ head/sys/x86/x86/mp_x86.c Tue Mar 29 08:31:34 2016 (r297373) @@ -910,7 +910,7 @@ ipi_all_but_self(u_int ipi) } int -ipi_nmi_handler() +ipi_nmi_handler(void) { u_int cpuid;