提交 ce458606 编写于 作者: R Richard Weinberger

um: Add missing NR_CPUS include

We need linux/threads.h for that variable.

Fixes: 8bba0770 ("um: Set number of CPUs")
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 5b4236e1
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <registers.h> #include <registers.h>
#include <skas.h> #include <skas.h>
#include <sysdep/stub.h> #include <sysdep/stub.h>
#include <linux/threads.h>
int is_skas_winch(int pid, int fd, void *data) int is_skas_winch(int pid, int fd, void *data)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册