Thomas Gleixner | 9952f69 | 2019-05-28 10:10:04 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Thierry Reding | 5c753e0 | 2016-04-28 14:50:14 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2011, ARM Ltd. |
| 4 | * Copyright (c) 2013, NVIDIA Corporation. All rights reserved. |
Thierry Reding | 5c753e0 | 2016-04-28 14:50:14 +0200 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __MACH_TEGRA_COMMON_H |
| 8 | #define __MACH_TEGRA_COMMON_H |
| 9 | |
Masahiro Yamada | 7530527 | 2015-11-15 10:39:53 +0900 | [diff] [blame] | 10 | extern const struct smp_operations tegra_smp_ops; |
Marc Zyngier | a172573 | 2011-09-08 13:15:22 +0100 | [diff] [blame] | 11 | |
Joseph Lo | b811943 | 2013-01-03 14:43:00 +0800 | [diff] [blame] | 12 | extern int tegra_cpu_kill(unsigned int cpu); |
Marc Zyngier | a172573 | 2011-09-08 13:15:22 +0100 | [diff] [blame] | 13 | extern void tegra_cpu_die(unsigned int cpu); |
Thierry Reding | 5c753e0 | 2016-04-28 14:50:14 +0200 | [diff] [blame] | 14 | |
| 15 | #endif |