aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r--src/arch/x86/include/arch/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/include/arch/cpu.h b/src/arch/x86/include/arch/cpu.h
index 8e96fae2c2..9a3b63d6b3 100644
--- a/src/arch/x86/include/arch/cpu.h
+++ b/src/arch/x86/include/arch/cpu.h
@@ -231,9 +231,6 @@ struct thread;
struct cpu_info {
struct device *cpu;
size_t index;
-#if CONFIG(COOP_MULTITASKING)
- struct thread *thread;
-#endif
};
/*