NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54994 CVS commit: src/sys/uvm
The following reply was made to PR kern/54994; it has been noted by GNATS.
From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54994 CVS commit: src/sys/uvm
Date: Thu, 5 Mar 2020 12:21:00 +0000
Module Name: src
Committed By: rin
Date: Thu Mar 5 12:21:00 UTC 2020
Modified Files:
src/sys/uvm: uvm_glue.c
Log Message:
Part of PR kern/54994:
Memory allocated in the fast path of uarea_poolpage_alloc() is
a page itself. Therefore, it is obviously page-aligned.
Pointed out by skrll.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/uvm/uvm_glue.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index