> Date: Sun, 30 Apr 2017 21:53:40 +0200 > From: Martin Pieuchot <[email protected]> > > We don't run on ARM < v7 anymore, so this can die. > > ok?
ok kettenis@ > Index: uvm/uvm_glue.c > =================================================================== > RCS file: /cvs/src/sys/uvm/uvm_glue.c,v > retrieving revision 1.72 > diff -u -p -r1.72 uvm_glue.c > --- uvm/uvm_glue.c 30 Apr 2017 13:04:49 -0000 1.72 > +++ uvm/uvm_glue.c 30 Apr 2017 19:52:36 -0000 > @@ -263,12 +263,6 @@ uvm_uarea_alloc(void) > 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); > } > > >
