[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6
From: |
Strobl Anton |
Subject: |
[Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6 |
Date: |
Sun, 03 Jun 2007 21:50:42 +0200 |
User-agent: |
Internet Messaging Program (IMP) H3 (4.1.4) |
kqemu kernel module does not compile under kernel 2.6.22-rc3-git6
This patch resolves the problem for me:
---------SNIP----------------------------------------------
--- a/kqemu-linux.c 2007-05-25 14:03:58.000000000 +0200
+++ a/kqemu-linux.c 2007-05-25 14:04:23.000000000 +0200
@@ -19,6 +19,7 @@
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
+#include <linux/sched.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/proc_fs.h>
---------SNIP----------------------------------------------
Strobl Anton
<a dot strobl at aws-it dot at>
- [Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6,
Strobl Anton <=