Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d0e0e69f
Commit
d0e0e69f
authored
Oct 03, 2010
by
Rudolf Mayerhofer
Committed by
Alexandre Julliard
Oct 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Set CPU_FEATURE_HTT when running on a HTT capable system.
parent
293b8be4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
nt.c
dlls/ntdll/nt.c
+2
-1
No files found.
dlls/ntdll/nt.c
View file @
d0e0e69f
...
...
@@ -1063,7 +1063,8 @@ void fill_cpu_info(void)
user_shared_data
->
ProcessorFeatures
[
PF_XMMI64_INSTRUCTIONS_AVAILABLE
]
=
TRUE
;
if
(
strstr
(
value
,
"pae"
))
user_shared_data
->
ProcessorFeatures
[
PF_PAE_ENABLED
]
=
TRUE
;
if
(
strstr
(
value
,
"ht"
))
cached_sci
.
FeatureSet
|=
CPU_FEATURE_HTT
;
continue
;
}
}
...
...
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