linux/arch/powerpc/include
Gavin Shan 9feed42e93 powerpc/eeh: Use safe list traversal when walking EEH devices
Currently, we're trasversing the EEH devices list using list_for_each_entry().
That's not safe enough because the EEH devices might be removed from
its parent PE while doing iteration. The patch replaces that with
list_for_each_entry_safe().

Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2013-07-24 14:18:47 +10:00
..
asm powerpc/eeh: Use safe list traversal when walking EEH devices 2013-07-24 14:18:47 +10:00
uapi/asm net: rename busy poll socket op and globals 2013-07-10 17:08:27 -07:00