summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
commitf1b2b9896d0dcac4ea615a304a83c86bd728f7cd (patch)
tree511e9436eaa0421e94a0c839e77bd98aadec76c2 /sys/powerpc/include/cpu.h
parentc1cfd2b4ddb0130e096a6054fa9730f51f4c96dd (diff)
downloadFreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.zip
FreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.tar.gz
Remove __P.
Reveiwed by: benno
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 71489db..0bb49b7 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -59,7 +59,7 @@ extern char bootpath[];
#define CACHELINESIZE 32
#endif
-extern void __syncicache __P((void *, int));
+extern void __syncicache(void *, int);
/*
* CTL_MACHDEP definitions.
@@ -91,7 +91,7 @@ get_cyclecount(void)
#define cpu_getstack(td) ((td)->td_frame->fixreg[1])
-void savectx __P((struct pcb *));
+void savectx(struct pcb *);
void fork_trampoline(void);
#endif /* _MACHINE_CPU_H_ */
OpenPOWER on IntegriCloud