lkml.org 
[lkml]   [2008]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] i386: fix C1E induced compile breakage
  CC      arch/x86/kernel/process_32.o
arch/x86/kernel/process_32.c: In function `cpu_exit_clear':
arch/x86/kernel/process_32.c:91: error: implicit declaration of function `c1e_remove_cpu'

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

arch/x86/kernel/process_32.c | 1 +
1 file changed, 1 insertion(+)

--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -41,6 +41,7 @@
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/system.h>
+#include <asm/idle.h>
#include <asm/io.h>
#include <asm/ldt.h>
#include <asm/processor.h>

\
 
 \ /
  Last update: 2008-09-24 11:41    [W:2.072 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site