diff options
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r-- | sys/powerpc/include/cpu.h | 4 |
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_ */ |