sleep.S (e5451c8f8330e03ad3cfa16048b4daf961af434f) sleep.S (049633fc09b0fd1d3e6aac52d3a1b2461a17960b)
1/* SPDX-License-Identifier: GPL-2.0+ */
1/*
2 * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
3 * http://www.samsung.com
4 *
5 * S5PV210 Sleep Code
6 * Based on S3C64XX sleep code by:
7 * Ben Dooks, (c) 2008 Simtec Electronics
2/*
3 * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
5 *
6 * S5PV210 Sleep Code
7 * Based on S3C64XX sleep code by:
8 * Ben Dooks, (c) 2008 Simtec Electronics
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 */
14
15#include <linux/linkage.h>
16
17 .text
18 .align
19
20 /*

--- 16 unchanged lines hidden ---
9 */
10
11#include <linux/linkage.h>
12
13 .text
14 .align
15
16 /*

--- 16 unchanged lines hidden ---