[PATCH][RT] fix KM_TYPE_NR undeclared in sched.h on 32 bit x86

STALE5511d

2 messages, 2 authors, 2011-08-09 · open the first message on its own page

[PATCH][RT] fix KM_TYPE_NR undeclared in sched.h on 32 bit x86

From: Darren Hart <hidden>
Date: 2011-08-09 04:08:35

Patch peter_zijlstra-re-_3_0-rt4.patch causes 32 bit compilations to fail with:
sched.h:1592:17: error: ‘KM_TYPE_NR’ undeclared here (not in a function)

Including asm/kmap_types in sched.h resolves the issue.

Signed-off-by: Darren Hart <redacted>
CC: Peter Zijlstra <peterz@infradead.org>
CC: Bruce Ashfield <redacted>
---
 include/linux/sched.h |    1 +
 1 file changed, 1 insertion(+)

Index: linux-3.0-rt/include/linux/sched.h
===================================================================
--- linux-3.0-rt.orig/include/linux/sched.h
+++ linux-3.0-rt/include/linux/sched.h
@@ -63,6 +63,7 @@ struct sched_param {
 #include <linux/nodemask.h>
 #include <linux/mm_types.h>
 
+#include <asm/kmap_types.h>
 #include <asm/system.h>
 #include <asm/page.h>
 #include <asm/ptrace.h>
-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Re: [PATCH][RT] fix KM_TYPE_NR undeclared in sched.h on 32 bit x86

From: Peter Zijlstra <peterz@infradead.org>
Date: 2011-08-09 08:31:46

On Mon, 2011-08-08 at 21:08 -0700, Darren Hart wrote:
Patch peter_zijlstra-re-_3_0-rt4.patch causes 32 bit compilations to fail with:
sched.h:1592:17: error: ‘KM_TYPE_NR’ undeclared here (not in a function)

Including asm/kmap_types in sched.h resolves the issue.

Signed-off-by: Darren Hart <redacted>
Yep indeed, I wonder why my i386-defconfig build.. header deps magic or
so.

I've updated the patch in question, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help