summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/ixp425
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2011-02-13 20:02:46 +0000
committercognet <cognet@FreeBSD.org>2011-02-13 20:02:46 +0000
commit12f7536b5ee851307da894042d5d33a379488d53 (patch)
treeb1573a4e80355f89d5a3c8978626b03ff97ee9d5 /sys/arm/xscale/ixp425
parenta77e48c8273af2a9218aa460cd04acc71780c2a5 (diff)
downloadFreeBSD-src-12f7536b5ee851307da894042d5d33a379488d53.zip
FreeBSD-src-12f7536b5ee851307da894042d5d33a379488d53.tar.gz
Call init_param1() much earlier, so that msgbufsize is non-zero when we want
to map and use the msgbuf.
Diffstat (limited to 'sys/arm/xscale/ixp425')
-rw-r--r--sys/arm/xscale/ixp425/avila_machdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arm/xscale/ixp425/avila_machdep.c b/sys/arm/xscale/ixp425/avila_machdep.c
index 63ac46c..a047964 100644
--- a/sys/arm/xscale/ixp425/avila_machdep.c
+++ b/sys/arm/xscale/ixp425/avila_machdep.c
@@ -245,6 +245,9 @@ initarm(void *arg, void *arg2)
pcpu_init(pcpup, 0, sizeof(struct pcpu));
PCPU_SET(curthread, &thread0);
+ /* Do basic tuning, hz etc */
+ init_param1();
+
/*
* We allocate memory downwards from where we were loaded
* by RedBoot; first the L1 page table, then NUM_KERNEL_PTS
@@ -474,8 +477,6 @@ initarm(void *arg, void *arg2)
phys_avail[i++] = 0;
phys_avail[i] = 0;
- /* Do basic tuning, hz etc */
- init_param1();
init_param2(physmem);
kdb_init();
OpenPOWER on IntegriCloud