kern

diff src/intr.c @ 30:a2c6110bd24b

refactored the code a bit, and merged with the malloc implementation branch
author John Tsiombikas <nuclear@siggraph.org>
date Fri, 27 May 2011 22:09:10 +0300
parents 8ea6debe4265 7795225808b3
children 928b0ebfff4d
line diff
     1.1 --- a/src/intr.c	Sat Apr 23 00:51:18 2011 +0300
     1.2 +++ b/src/intr.c	Fri May 27 22:09:10 2011 +0300
     1.3 @@ -95,9 +95,6 @@
     1.4  	 * setting up the maping of IRQs [0, 15] to interrupts [32, 47]
     1.5  	 */
     1.6  	init_pic(IRQ_OFFSET);
     1.7 -
     1.8 -	/* we're done setting up, enable interrupts before returning */
     1.9 -	enable_intr();
    1.10  }
    1.11  
    1.12  /* set an interrupt handler function for a particular interrupt */