Commit e2e0fcce authored by Paul Mackerras's avatar Paul Mackerras

PPC32: Fix compile error on SMP - asm-ppc/smp.h needs linux/threads.h.

parent 3f16e892
......@@ -14,6 +14,7 @@
#include <linux/kernel.h>
#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/threads.h>
#ifdef CONFIG_SMP
......
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