Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 17:22:06 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14066 for review
Message-ID:  <200207110022.g6B0M6EA078950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207110022.g6B0M6EA078950>