summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-11-10 01:33:42 +0000
committertrhodes <trhodes@FreeBSD.org>2004-11-10 01:33:42 +0000
commite849b9601dc498ba3944a62e022abd112bf8bee2 (patch)
tree2cf5a99c129b177d69bb7c6e94982f5730b68b5a /sys/arm
parentaef628c1ebfd7d6f95fc68d8cf42ec4dc362b309 (diff)
downloadFreeBSD-src-e849b9601dc498ba3944a62e022abd112bf8bee2.zip
FreeBSD-src-e849b9601dc498ba3944a62e022abd112bf8bee2.tar.gz
Remove __P here too.
Ok'ed by: cognet
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/cpufunc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c
index caf79fb..56b9e2a 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)
OpenPOWER on IntegriCloud