Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/18/2000 21:01:40
Module Name: syssrc
Committed By: bjh21
Date: Mon Sep 18 18:01:39 UTC 2000
Modified Files:
syssrc/sys/arch/arm26/arm26: start.c stubs.c
Log Message:
Move the user structure for process 0 into the same page as its stack segment,
the same as for every other process. It probably doesn't matter, but it makes
me feel more comfortable.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm26/arm26/start.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm26/arm26/stubs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.