[PATCH] PSeries: Cancel RTAS event scan before firmware flash

2011-10-04 Thread Ravi K Nittala
The RTAS firmware flash update is conducted using an RTAS call that is serialized by lock_rtas() which uses spin_lock. While the flash is in progress, rtasd performs scan for any RTAS events that are generated by the system. rtasd keeps scanning for the RTAS events generated on the machine. This

[PATCH] PSeries: Cancel RTAS event scan before firmware flash

2011-09-21 Thread Ravi K Nittala
The RTAS firmware flash update is conducted using an RTAS call that is serialized by lock_rtas() which uses spin_lock. While the flash is in progress, rtasd performs scan for any RTAS events that are generated by the system. rtasd keeps scanning for the RTAS events generated on the machine. This

[PATCH] PSeries: Cancel RTAS event scan before firmware flash

2011-07-27 Thread Ravi K. Nittala
The firmware flash update is conducted using an RTAS call, that is serialized by lock_rtas() which uses spin_lock. rtasd keeps scanning for the RTAS events generated on the machine. This is performed via a delayed workqueue, invoking an RTAS call to scan the events. The flash update takes a while