commit | 6f881eaeb552ad27b7e8210919c19b7be3d88d9d | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Sat Aug 12 02:39:02 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 23 23:13:15 2017 +1000 |
tree | ac9b1f87df63956e8bb59f2cb0fcd9c9b0748b73 | |
parent | c05f0be888225f7228f81825730da3c9ba2088cb [diff] |
powerpc/64: Cleanup __check_irq_replay() Move the clearing of irq_happened bits into the condition where they were found to be set. This reduces instruction count slightly, and reduces stores into irq_happened. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>