sleep.S (cf40a76e7d5874bb25f4404eecc58a2e033af885) | sleep.S (347863d47a17efa742799da468c64e9673658945) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0+ */ |
|
1/* 2 * Copyright (c) 2013 Samsung Electronics Co., Ltd. 3 * http://www.samsung.com 4 * 5 * Exynos low-level resume code | 2/* 3 * Copyright (c) 2013 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * 6 * Exynos low-level resume code |
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 as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. | |
16 */ 17 18#include <linux/linkage.h> 19#include <asm/asm-offsets.h> 20#include <asm/hardware/cache-l2x0.h> 21#include "smc.h" 22 23#define CPU_MASK 0xff0ffff0 --- 110 unchanged lines hidden --- | 7 */ 8 9#include <linux/linkage.h> 10#include <asm/asm-offsets.h> 11#include <asm/hardware/cache-l2x0.h> 12#include "smc.h" 13 14#define CPU_MASK 0xff0ffff0 --- 110 unchanged lines hidden --- |