commit | f4f510508741680e423524c222f615276ca6222c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Sep 19 18:44:07 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:56 2010 +0200 |
tree | 6c5212b82659ff7c0e7c9124b3583ea39987bc83 | |
parent | 28e4639adf0c9f26f6bb56149b7ab547bf33bb95 [diff] |
KVM: Convert PIC lock from raw spinlock to ordinary spinlock The PIC code used to be called from preempt_disable() context, which wasn't very good for PREEMPT_RT. That is no longer the case, so move back from raw_spinlock_t to spinlock_t. Signed-off-by: Avi Kivity <avi@redhat.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>