Add DMAR device definition

This commit is contained in:
Jeremy Soller 2016-10-26 17:23:20 -06:00
parent 2095de83e8
commit 25dc44b348
4 changed files with 103 additions and 2 deletions

View file

@ -600,7 +600,6 @@ impl SchemeMut for Tcpd {
}
fn close(&mut self, file: usize) -> Result<usize> {
let closed = {
let mut handle = self.handles.get_mut(&file).ok_or(Error::new(EBADF))?;