Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Whitespace
details: https://anonhg.NetBSD.org/src/rev/7f2e1a25bb48
branches: trunk
changeset: 349780:7f2e1a25bb48
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Dec 23 08:53:56 2016 +0000
description:
Whitespace
diffstat:
sys/uvm/uvm_pglist.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r 6100b87d6fab -r 7f2e1a25bb48 sys/uvm/uvm_pglist.c
--- a/sys/uvm/uvm_pglist.c Fri Dec 23 08:09:54 2016 +0000
+++ b/sys/uvm/uvm_pglist.c Fri Dec 23 08:53:56 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_pglist.c,v 1.68 2016/12/23 07:15:28 cherry Exp $ */
+/* $NetBSD: uvm_pglist.c,v 1.69 2016/12/23 08:53:56 skrll Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pglist.c,v 1.68 2016/12/23 07:15:28 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pglist.c,v 1.69 2016/12/23 08:53:56 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -326,7 +326,6 @@
for (fl = 0; fl < VM_NFREELIST; fl++) {
#if (VM_PHYSSEG_STRAT == VM_PSTRAT_BIGFIRST)
for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi))
-
#else
for (psi = uvm_physseg_get_first(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_next(psi))
#endif
@@ -453,7 +452,6 @@
struct pglist *rlist, int waitok)
{
int fl, error;
-
uvm_physseg_t psi;
/* Default to "lose". */
@@ -472,7 +470,6 @@
for (fl = 0; fl < VM_NFREELIST; fl++) {
#if (VM_PHYSSEG_STRAT == VM_PSTRAT_BIGFIRST)
for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi))
-
#else
for (psi = uvm_physseg_get_first(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_next(psi))
#endif
Home |
Main Index |
Thread Index |
Old Index