Re: [PATCH] x86, efi: Don't recursively acquire rtc_lock

From: Matt Fleming
Date: Mon Aug 08 2011 - 09:40:46 EST


On Fri, 2011-08-05 at 18:04 +0100, Jan Beulich wrote:
>
> Virtual platforms will have to take care of the serialization in the
> host anyway, so the guest side implementation of getwallclock et al
> is entirely unaffected.

Ah, OK, that's the important part. I didn't realise that rtc_lock isn't
actually required by any other code. In which case, yes, it completely
makes sense to push the locking of rtc_lock down into the
implementations that actually need it.

It'd be great if I could get some ACK's from the virtualization guys.

--------8<--------