| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/sh/kernel/smp.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (C) 2002 - 2010 Paul Mundt |
|---|
| 7 | 8 | * Copyright (C) 2006 - 2007 Akio Idehara |
|---|
| 8 | | - * |
|---|
| 9 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 10 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 11 | | - * for more details. |
|---|
| 12 | 9 | */ |
|---|
| 13 | 10 | #include <linux/err.h> |
|---|
| 14 | 11 | #include <linux/cache.h> |
|---|
| .. | .. |
|---|
| 188 | 185 | #endif |
|---|
| 189 | 186 | |
|---|
| 190 | 187 | per_cpu_trap_init(); |
|---|
| 191 | | - |
|---|
| 192 | | - preempt_disable(); |
|---|
| 193 | 188 | |
|---|
| 194 | 189 | notify_cpu_starting(cpu); |
|---|
| 195 | 190 | |
|---|