commit | 687b8f24f14db842c8c3f8cb8b24c9a29b691db8 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Feb 15 20:49:54 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed May 03 14:45:38 2017 +1000 |
tree | aca41a72d7a58354fde7f2bd0dc24f0231fdf44b | |
parent | 0cc68bfad45b47167c9d99cf560b505983ebd012 [diff] |
powerpc/smp: Document irq enable/disable after migrating IRQs This code was until recently completely undocumented and even now the comment is not very verbose. We've already had one patch sent to remove the IRQ enable/disable because it's "paradoxical and unnecessary". So document it thoroughly to save anyone else from puzzling over it. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>