Added a comment about where to find the implementation of the

arch_int_{enable|disable|restore}_interrupts() functions and
friends.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5200 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-28 21:15:27 +00:00
parent 9e617097ee
commit cff2375bba

View File

@ -33,6 +33,9 @@ arch_int_disable_io_interrupt(int irq)
}
/* arch_int_*_interrupts() and friends are in arch_asm.S */
static void
print_iframe(struct iframe *frame)
{