kernel: update PTE bits
git-svn-id: svn://kolibrios.org@5356 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1481,7 +1481,7 @@ SOCKET_ring_create:
|
||||
mov esi, eax
|
||||
|
||||
push edx
|
||||
stdcall create_ring_buffer, SOCKET_MAXDATA, PG_SW
|
||||
stdcall create_ring_buffer, SOCKET_MAXDATA, PG_SWR
|
||||
pop edx
|
||||
test eax, eax
|
||||
jz .fail
|
||||
@@ -2407,4 +2407,4 @@ SOCKET_cant_send_more:
|
||||
.notconn:
|
||||
mov dword[esp+20], ENOTCONN
|
||||
mov dword[esp+32], -1
|
||||
ret
|
||||
ret
|
||||
|
Reference in New Issue
Block a user