Duh. Fix a fatfingered patch.

This commit is contained in:
Mark Murray 2000-06-25 19:06:48 +00:00
parent 39d9385710
commit 8567cb9f5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62088
2 changed files with 2 additions and 2 deletions

View File

@ -217,10 +217,10 @@ memmmap(dev_t dev, vm_offset_t offset, int prot)
/* minor device 1 is kernel memory */
case 1:
return i386_btop(vtophys(offset));
}
default:
return -1;
}
}
/*

View File

@ -217,10 +217,10 @@ memmmap(dev_t dev, vm_offset_t offset, int prot)
/* minor device 1 is kernel memory */
case 1:
return i386_btop(vtophys(offset));
}
default:
return -1;
}
}
/*