Date: Mon, 2 Feb 2009 20:24:29 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188020 - head/sys/arm/sa11x0 Message-ID: <200902022024.n12KOT1M006431@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902022024.n12KOT1M006431>