Date: Mon, 23 Jan 2017 16:40:20 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312668 - head/sys/arm64/arm64 Message-ID: <201701231640.v0NGeKH7008154@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Mon Jan 23 16:40:20 2017 New Revision: 312668 URL: https://svnweb.freebsd.org/changeset/base/312668 Log: Remove a static function declaration for a function not implemented. Makes head code compile on 10.3 and cleanup is never wrong. MFC after: 3 days Modified: head/sys/arm64/arm64/mp_machdep.c Modified: head/sys/arm64/arm64/mp_machdep.c ============================================================================== --- head/sys/arm64/arm64/mp_machdep.c Mon Jan 23 15:39:51 2017 (r312667) +++ head/sys/arm64/arm64/mp_machdep.c Mon Jan 23 16:40:20 2017 (r312668) @@ -105,8 +105,6 @@ static void ipi_preempt(void *); static void ipi_rendezvous(void *); static void ipi_stop(void *); -static int ipi_handler(void *arg); - struct mtx ap_boot_mtx; struct pcb stoppcbs[MAXCPU];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701231640.v0NGeKH7008154>