aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/include/arch/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/include/arch/cpu.h b/src/arch/x86/include/arch/cpu.h
index 3fd4c1b2ea..42201e282e 100644
--- a/src/arch/x86/include/arch/cpu.h
+++ b/src/arch/x86/include/arch/cpu.h
@@ -225,7 +225,7 @@ struct thread;
struct cpu_info {
struct device *cpu;
- unsigned int index;
+ size_t index;
#if CONFIG(COOP_MULTITASKING)
struct thread *thread;
#endif