From owner-p4-projects Wed Jul 10 17:22:12 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4648B37B401; Wed, 10 Jul 2002 17:22:08 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C5837B400 for ; Wed, 10 Jul 2002 17:22:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3640043E3B for ; Wed, 10 Jul 2002 17:22:07 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6B0M6JU078953 for ; Wed, 10 Jul 2002 17:22:06 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6B0M6EA078950 for perforce@freebsd.org; Wed, 10 Jul 2002 17:22:06 -0700 (PDT) Date: Wed, 10 Jul 2002 17:22:06 -0700 (PDT) Message-Id: <200207110022.g6B0M6EA078950@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 14066 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14066 Change 14066 by peter@peter_daintree on 2002/07/10 17:21:56 Spell __inline correctly. -Wunused fixes Affected files ... .. //depot/projects/pmap/sys/i386/i386/mp_machdep.c#20 edit Differences ... ==== //depot/projects/pmap/sys/i386/i386/mp_machdep.c#20 (text+ko) ==== @@ -2286,7 +2286,7 @@ * -mcpu=pentiumpro and/or -march=pentiumpro and/or -O or -O2. * There is probably an SSE or MMX popcnt instruction. */ -static inline u_int32_t +static __inline u_int32_t popcnt(u_int32_t m) { @@ -2301,8 +2301,7 @@ static void smp_targeted_tlb_shootdown(u_int mask, u_int vector, vm_offset_t addr1, vm_offset_t addr2) { - u_int m; - int i, ncpu, othercpus; + int ncpu, othercpus; register_t eflags; othercpus = mp_ncpus - 1; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message