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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to