From 4e8f237be819424f922399f8d121d9867b675541 Mon Sep 17 00:00:00 2001 From: rtm Date: Wed, 12 Jul 2006 01:48:35 +0000 Subject: no more big kernel lock succeeds at usertests.c pipe test --- trapasm.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'trapasm.S') diff --git a/trapasm.S b/trapasm.S index 4494642..2608328 100644 --- a/trapasm.S +++ b/trapasm.S @@ -22,10 +22,6 @@ alltraps: * expects ESP to point to a Trapframe */ trapret: - pushl $kernel_lock - call release_spinlock - addl $0x4, %esp - popal popl %es popl %ds -- cgit v1.2.3