[webkit-reviews] review requested: [Bug 132542] There is no HW_AVAILCPU on FreeBSD, NetBSD, and OpenBSD : [Attachment 230810] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 5 00:44:48 PDT 2014


Alberto Garcia <berto at igalia.com> has asked  for review:
Bug 132542: There is no HW_AVAILCPU on FreeBSD, NetBSD, and OpenBSD
https://bugs.webkit.org/show_bug.cgi?id=132542

Attachment 230810: Patch
https://bugs.webkit.org/attachment.cgi?id=230810&action=review

------- Additional Comments from Alberto Garcia <berto at igalia.com>
It looks like it should be done using sysconf() as well, like we do in Linux:

http://www.freebsd.org/cgi/man.cgi?query=sysconf&sektion=3&n=1
http://www.openbsd.org/cgi-bin/man.cgi?query=sysconf&sektion=3&format=html
http://netbsd.gw.com/cgi-bin/man-cgi?sysconf++NetBSD-current

Can someone try this patch?


More information about the webkit-reviews mailing list