svn commit: r249304 - head/sys/powerpc/include

Konstantin Belousov kib at FreeBSD.org
Tue Apr 9 12:01:55 UTC 2013


Author: kib
Date: Tue Apr  9 12:01:54 2013
New Revision: 249304
URL: http://svnweb.freebsd.org/changeset/base/249304

Log:
  Fix build for AIM 64bit.

Modified:
  head/sys/powerpc/include/counter.h

Modified: head/sys/powerpc/include/counter.h
==============================================================================
--- head/sys/powerpc/include/counter.h	Tue Apr  9 10:04:10 2013	(r249303)
+++ head/sys/powerpc/include/counter.h	Tue Apr  9 12:01:54 2013	(r249304)
@@ -41,6 +41,8 @@
 
 #define	counter_u64_add_protected(c, i)	counter_u64_add(c, i)
 
+extern struct pcpu __pcpu[MAXCPU];
+
 static inline void
 counter_u64_add(counter_u64_t c, int64_t inc)
 {


More information about the svn-src-head mailing list