GET_IRQACTIDS, allow SELF in do_vm_map.

This commit is contained in:
Philip Homburg
2006-01-12 14:38:51 +00:00
parent f18faca855
commit d9d970bdfa
2 changed files with 12 additions and 1 deletions

View File

@@ -133,6 +133,12 @@ register message *m_ptr; /* pointer to request message */
src_phys = vir2phys(&bios_buf_vir);
break;
case GET_IRQACTIDS: {
length = sizeof(irq_actids);
src_phys = vir2phys(irq_actids);
break;
}
default:
return(EINVAL);
}