linux/debian/patches/vserver-powerpc-fix01.patch

11 lines
376 B
Diff

--- a/arch/powerpc/kernel/asm-offsets.c 2006-02-21 03:41:53.000000000 -0500
+++ b/arch/powerpc/kernel/asm-offsets.c 2006-02-21 04:21:08.000000000 -0500
@@ -230,6 +230,7 @@ int main(void)
DEFINE(CLONE_VM, CLONE_VM);
DEFINE(CLONE_UNTRACED, CLONE_UNTRACED);
+ DEFINE(CLONE_KTHREAD, CLONE_KTHREAD);
#ifndef CONFIG_PPC64
DEFINE(MM_PGD, offsetof(struct mm_struct, pgd));