svn commit: r188020 - head/sys/arm/sa11x0

Olivier Houchard cognet at FreeBSD.org
Mon Feb 2 12:24:32 PST 2009


Author: cognet
Date: Mon Feb  2 20:24:29 2009
New Revision: 188020
URL: http://svn.freebsd.org/changeset/base/188020

Log:
  Move a comment to where it belongs.
  
  Spotted out by:	Christoph Mallon <christoph d0t mallon AT gmx d0t de>

Modified:
  head/sys/arm/sa11x0/assabet_machdep.c

Modified: head/sys/arm/sa11x0/assabet_machdep.c
==============================================================================
--- head/sys/arm/sa11x0/assabet_machdep.c	Mon Feb  2 20:09:14 2009	(r188019)
+++ head/sys/arm/sa11x0/assabet_machdep.c	Mon Feb  2 20:24:29 2009	(r188020)
@@ -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);


More information about the svn-src-all mailing list