Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
785fde59
Commit
785fde59
authored
Sep 05, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Sep 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Added numa node information to SystemLogicalProcessorInformation (Mac).
parent
6c2b7332
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
nt.c
dlls/ntdll/nt.c
+8
-0
No files found.
dlls/ntdll/nt.c
View file @
785fde59
...
...
@@ -1648,6 +1648,14 @@ static NTSTATUS create_logical_proc_info(SYSTEM_LOGICAL_PROCESSOR_INFORMATION **
len
++
;
}
mask
=
0
;
for
(
i
=
0
;
i
<
lcpu_no
;
i
++
)
mask
|=
(
ULONG_PTR
)
1
<<
i
;
(
*
data
)[
len
].
Relationship
=
RelationNumaNode
;
(
*
data
)[
len
].
ProcessorMask
=
mask
;
(
*
data
)[
len
].
u
.
NumaNode
.
NodeNumber
=
0
;
len
++
;
*
max_len
=
len
*
sizeof
(
**
data
);
return
STATUS_SUCCESS
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment