From a01bfe224224bef58bfc2120a3209d82c2596a2c Mon Sep 17 00:00:00 2001 From: cognet Date: Mon, 2 Feb 2009 20:24:29 +0000 Subject: [PATCH] Move a comment to where it belongs. Spotted out by: Christoph Mallon --- sys/arm/sa11x0/assabet_machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arm/sa11x0/assabet_machdep.c b/sys/arm/sa11x0/assabet_machdep.c index 844fb8c66b99..71d71dae703e 100644 --- a/sys/arm/sa11x0/assabet_machdep.c +++ b/sys/arm/sa11x0/assabet_machdep.c @@ -261,13 +261,12 @@ initarm(void *arg, void *arg2) } } - valloc_pages(systempage, 1); - /* * Allocate a page for the system page mapped to V0x00000000 * This page will just contain the system vectors and can be * shared by all processes. */ + valloc_pages(systempage, 1); /* Allocate stacks for all modes */ valloc_pages(irqstack, IRQ_STACK_SIZE);