Index: arch/ia32/src/asm.S
===================================================================
--- arch/ia32/src/asm.S	(revision c7c0b89b6e6a42abfe99e8cb5d3d5882ffdeac6e)
+++ arch/ia32/src/asm.S	(revision 162f9196160de579344bdc123782df70adf3940f)
@@ -87,5 +87,5 @@
 # and call exc_dispatch().
 #
-#define INTERRUPT_ALIGN 128
+#define INTERRUPT_ALIGN 64
 .macro handler i n
 
@@ -109,9 +109,6 @@
 	
 	sti
-	cmp $2, %edi           # Is this SYS_INT_CONTROL?
-	je sys_int_ctrl
 	
 	call syscall_handler   # syscall_handler(ax,cx,dx,si,di)
-sysc_end:		
 	cli
 	addl $20, %esp         # clean-up of parameters
@@ -124,10 +121,4 @@
 	CLEAR_NT_FLAG
 	iret
-sys_int_ctrl:               # Interrupt control
-	mov %esp, %eax
-	add $44, %eax
-	mov %eax, 4(%esp)   # Pointer to flags - 2nd argument
-	call ddi_int_control
-	jmp sysc_end
 .else	
 	/*
