|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 655] physid_set() not always setting bit
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=655
------- Comment #2 from kaf24@xxxxxxxxxxxx 2006-05-23 02:47 -------
physid_set() uses set_bit() directly. So you are implying that set_bit() is
broken which seems very unlikely! Also bear in mind that the physid-managing
code is identical to what is used by native Linux, so it's tried and tested.
If you've tracked down which function that uses physid_set() seems to be giving
you problems, could you provide disassembly output of the function (objdump -d
xen-syms, then extract the disassembly of the offending function, and post it
here)?
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|