| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/plat-versatile/include/plat/platsmp.h |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2011 ARM Ltd. |
|---|
| 5 | 6 | * All Rights Reserved |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | 7 | */ |
|---|
| 8 | +extern volatile int versatile_cpu_release; |
|---|
| 11 | 9 | |
|---|
| 12 | 10 | extern void versatile_secondary_startup(void); |
|---|
| 13 | 11 | extern void versatile_secondary_init(unsigned int cpu); |
|---|
| 14 | 12 | extern int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle); |
|---|
| 13 | +void versatile_immitation_cpu_die(unsigned int cpu, unsigned int actrl_mask); |
|---|