From adcb844412203e141c0fa60f55aa6c2e526cd45b Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Wed, 10 Nov 2004 01:33:42 +0000 Subject: [PATCH] Remove __P here too. Ok'ed by: cognet --- sys/arm/arm/cpufunc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c index caf79fbc205..56b9e2a9813 100644 --- a/sys/arm/arm/cpufunc.c +++ b/sys/arm/arm/cpufunc.c @@ -759,7 +759,7 @@ u_int cpu_reset_needs_v4_MMU_disable; /* flag used in locore.s */ defined (CPU_ARM10) || \ defined(CPU_XSCALE_80200) || defined(CPU_XSCALE_80321) || \ defined(CPU_XSCALE_PXA2X0) || defined(CPU_XSCALE_IXP425) -static void get_cachetype_cp15 __P((void)); +static void get_cachetype_cp15(void); /* Additional cache information local to this file. Log2 of some of the above numbers. */ @@ -871,7 +871,7 @@ struct cachetab cachetab[] = { { 0, 0, 0, 0, 0, 0, 0, 0} }; -static void get_cachetype_table __P((void)); +static void get_cachetype_table(void); static void get_cachetype_table() @@ -1548,7 +1548,7 @@ struct cpu_option { int co_value; }; -static u_int parse_cpu_options __P((char *, struct cpu_option *, u_int)); +static u_int parse_cpu_options(char *, struct cpu_option *, u_int); static u_int parse_cpu_options(args, optlist, cpuctrl)