Bug 76540 - Cross-platform processor core counter fix
Summary: Cross-platform processor core counter fix
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 07:11 PST by Roland Takacs
Modified: 2012-01-18 10:10 PST (History)
3 users (show)

See Also:


Attachments
fixed the preprocessor macros in NumberOfCores.cpp , and removed some OS checking macros from ParallelJobsGeneric.cpp (2.17 KB, patch)
2012-01-18 07:17 PST, Roland Takacs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Takacs 2012-01-18 07:11:49 PST
I forgot to add "OS(FREEBSD)" to "#if OS(DARWIN) || OS(OPENBSD) || OS(NETBSD)"
thus I did it. Furthermore I removed the OS checking macros from ParallelJobsGeneric.cpp because 
the NumberOfCores.cpp contains them for counting CPU cores.
Comment 1 Roland Takacs 2012-01-18 07:17:59 PST
Created attachment 122924 [details]
fixed the preprocessor macros in NumberOfCores.cpp , and removed some OS checking macros from ParallelJobsGeneric.cpp
Comment 2 WebKit Review Bot 2012-01-18 10:10:46 PST
Comment on attachment 122924 [details]
fixed the preprocessor macros in NumberOfCores.cpp , and removed some OS checking macros from ParallelJobsGeneric.cpp

Clearing flags on attachment: 122924

Committed r105290: <http://trac.webkit.org/changeset/105290>
Comment 3 WebKit Review Bot 2012-01-18 10:10:50 PST
All reviewed patches have been landed.  Closing bug.