-/* $OpenBSD: uvm_glue.c,v 1.63 2014/05/03 22:44:36 guenther Exp $ */
+/* $OpenBSD: uvm_glue.c,v 1.64 2014/05/03 22:49:43 guenther Exp $ */
/* $NetBSD: uvm_glue.c,v 1.44 2001/02/06 19:54:44 eeh Exp $ */
/*
USPACE_ALIGN, UVM_KMF_ZERO,
no_constraint.ucr_low, no_constraint.ucr_high,
0, 0, USPACE/PAGE_SIZE);
-
+
#ifdef PMAP_UAREA
/* Tell the pmap this is a u-area mapping */
if (uaddr != 0)
PMAP_UAREA(uaddr);
#endif
- return (uaddr);
+ return (uaddr);
}
/*