summaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-04-25 16:09:24 +0000
committerMark Johnston <markj@FreeBSD.org>2023-05-25 22:09:55 +0000
commit9fb6718d1b180c341373b25c03dbfc221ddee311 (patch)
treea6f5de08ea1f4160b18c5fcaafe4c1fcdbcf572a /sys/powerpc/include
parentfed03614bd2d070ffb351af8042fda9805341c29 (diff)
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/kdb.h2
-rw-r--r--sys/powerpc/include/smp.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/powerpc/include/kdb.h b/sys/powerpc/include/kdb.h
index f399b7523143..6594acb77fd1 100644
--- a/sys/powerpc/include/kdb.h
+++ b/sys/powerpc/include/kdb.h
@@ -40,8 +40,6 @@
void kdb_cpu_clear_singlestep(void);
void kdb_cpu_set_singlestep(void);
-#define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
-
static __inline void
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
{
diff --git a/sys/powerpc/include/smp.h b/sys/powerpc/include/smp.h
index 67e9d51f0bc4..6fcff18ffa4b 100644
--- a/sys/powerpc/include/smp.h
+++ b/sys/powerpc/include/smp.h
@@ -61,8 +61,6 @@ uintptr_t cpudep_ap_bootstrap(void);
void cpudep_ap_setup(void);
void machdep_ap_bootstrap(void);
-extern struct pcb stoppcbs[];
-
#endif /* !LOCORE */
#endif /* _KERNEL */
#endif /* !_MACHINE_SMP_H */