linprocfs cpuinfo Seems Dated

Roman Divacky rdivacky at freebsd.org
Mon Jan 19 00:44:36 PST 2009


On Sun, Jan 18, 2009 at 06:20:52PM -0500, Sabeeh Baig wrote:
> I was testing recent Linux-only applications, one of them being Bibble
> Pro.  Bibble Pro requires at least SSE to function.  Without SSE, it
> warns you that SSE is required and then exits.  I looked at
> linprocfs.c and it seems that cpuinfo is static; it doesn't actually
> read any values, but has set values that it reports.  Is the fix
> really as simple as adding sse and sse2 into the flags section?  It
> worked, but I'm not sure if it's actually a proper fix.  I've attached
> the patch.

the comment says it add non-conflicting flags (between amd and intel)
and intel version of conflicting flags. does your patch holds this
premise? if so... I believe it's correct


More information about the freebsd-emulation mailing list