kernel: update PTE bits

git-svn-id: svn://kolibrios.org@5356 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2015-01-06 14:53:54 +00:00
parent 01e7a24fe6
commit b4814c7084
13 changed files with 82 additions and 75 deletions

View File

@@ -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