Commit 19175f1d authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[PATCH] ppc32: Fix G5 config space access lockup

Fix a typo in the code that prevents lockup on config space access
to sleeping devices on ppc32/G5. Please apply.
parent cb0cd969
......@@ -1360,7 +1360,7 @@ g5_fw_enable(struct device_node* node, long param, long value)
mb();
k2_skiplist[1] = NULL;
} else {
k2_skiplist[0] = pdev;
k2_skiplist[1] = pdev;
mb();
MACIO_BIC(KEYLARGO_FCR1, K2_FCR1_FW_CLK_ENABLE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment