Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2015 09:21:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 165622] [ndis][panic][patch] Unregistered use of FPU in kernel on amd64
Message-ID:  <bug-165622-2472-YQYcxsuFJo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-165622-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-165622-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165622

--- Comment #6 from Vladislav Movchan <vladislav.movchan@gmail.com> ---
(In reply to John Baldwin from comment #4)
Thanks for the advice.
I've reimplemented the patch. Now it maintains separate "free" and "busy" lists
what changes lookup for unused element from O(n) to O(1).
Also I switched from singly-linked list to a doubly linked lists to make it
possible to do an arbitrary element removal (necessary for "busy" list) in
O(1).
And also I've added assertion to windrv_libfini() to make sure busy list is
empty.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-165622-2472-YQYcxsuFJo>