diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/mp_desc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c index 4ff5e61..2ffe8ac 100644 --- a/i386/i386/mp_desc.c +++ b/i386/i386/mp_desc.c @@ -171,7 +171,7 @@ mp_desc_init(mycpu) * is running. The machine array must show which CPUs exist. */ void -interrupt_stack_alloc() +interrupt_stack_alloc(void) { int i; int cpu_count; |