Unwrap two lines. NFC.

This commit is contained in:
skrll 2017-11-01 21:13:26 +00:00
parent 5003653f08
commit 6e506ab937
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.360 2017/11/01 21:11:44 skrll Exp $ */
/* $NetBSD: pmap.c,v 1.361 2017/11/01 21:13:26 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@ -217,7 +217,7 @@
#include <arm/locore.h>
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.360 2017/11/01 21:11:44 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.361 2017/11/01 21:13:26 skrll Exp $");
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
@ -7891,8 +7891,7 @@ arm_pmap_alloc_poolpage(int flags)
*/
if (arm_poolpage_vmfreelist != VM_FREELIST_DEFAULT) {
return uvm_pagealloc_strat(NULL, 0, NULL, flags,
UVM_PGA_STRAT_FALLBACK,
arm_poolpage_vmfreelist);
UVM_PGA_STRAT_FALLBACK, arm_poolpage_vmfreelist);
}
return uvm_pagealloc(NULL, 0, NULL, flags);