diff options
Diffstat (limited to 'arch/m32r/kernel/setup.c')
-rw-r--r-- | arch/m32r/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/setup.c b/arch/m32r/kernel/setup.c index 136c69f1fb8a..b18bc0bd6544 100644 --- a/arch/m32r/kernel/setup.c +++ b/arch/m32r/kernel/setup.c | |||
@@ -403,7 +403,7 @@ void __init cpu_init (void) | |||
403 | printk(KERN_INFO "Initializing CPU#%d\n", cpu_id); | 403 | printk(KERN_INFO "Initializing CPU#%d\n", cpu_id); |
404 | 404 | ||
405 | /* Set up and load the per-CPU TSS and LDT */ | 405 | /* Set up and load the per-CPU TSS and LDT */ |
406 | atomic_inc(&init_mm.mm_count); | 406 | mmgrab(&init_mm); |
407 | current->active_mm = &init_mm; | 407 | current->active_mm = &init_mm; |
408 | if (current->mm) | 408 | if (current->mm) |
409 | BUG(); | 409 | BUG(); |