Removed useless cli before calling mutex

git-svn-id: svn://kolibrios.org@2932 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2012-08-20 16:04:05 +00:00
parent de28332c4d
commit 26eb4cbcc9
2 changed files with 3 additions and 10 deletions

View File

@@ -130,11 +130,8 @@ TCP_input:
; Lock the socket
pusha
pushf
cli
lea ecx, [ebx + SOCKET.mutex]
call mutex_lock
popf
popa
DEBUGF 1,"TCP_input: socket locked\n"