Displaying 1 result from an estimated 1 matches for "sholuld".
Did you mean:
sholud
2005 Apr 11
0
RE: [PATCH] [1/3] Xenoprof: Enabling performance profiling in Xen
>>
>> Is the nmi_sanity_check() needed? We shouldn''t lose NMIs:
>> even if we take one while doing NMI processing, we sholuld
>> retake the NMI as soon as the first one IRETs.
>>
The nmi_sanity_check() should not be needed if everything is
working fine. However I suggest we should keep it for now
until we are sure it is safe to remove it. I would also suggest
that we print a warning message in the c...