summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-04-05 18:34:11 +0000
committerkan <kan@FreeBSD.org>2007-04-05 18:34:11 +0000
commit7928df838a5b027ef36c3329a96d0c526f9188e4 (patch)
treeb4f03c30b024781cc6e99d1fc3168152bb8c9b1d /sys/sun4v/include
parentecd3f3792917acda8013b0fe452ed37235f2d657 (diff)
downloadFreeBSD-src-7928df838a5b027ef36c3329a96d0c526f9188e4.zip
FreeBSD-src-7928df838a5b027ef36c3329a96d0c526f9188e4.tar.gz
Remove extern struct pcb stoppcbs[] declaration from this file.
It breaks GCC 4.1 compiles and does not appear to be required.
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r--sys/sun4v/include/smp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sun4v/include/smp.h b/sys/sun4v/include/smp.h
index 7335981..d1d9da4 100644
--- a/sys/sun4v/include/smp.h
+++ b/sys/sun4v/include/smp.h
@@ -71,8 +71,6 @@ struct ipi_tlb_args {
struct pcpu;
-extern struct pcb stoppcbs[];
-
void cpu_mp_bootstrap(struct pcpu *pc);
void cpu_mp_shutdown(void);
OpenPOWER on IntegriCloud