platsmp.c (0337966d121ebebf73a1c346123e8112796e684e) platsmp.c (347863d47a17efa742799da468c64e9673658945)
1 /*
2 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
3 * http://www.samsung.com
4 *
5 * Cloned from linux/arch/arm/mach-vexpress/platsmp.c
6 *
7 * Copyright (C) 2002 ARM Ltd.
8 * All Rights Reserved
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13*/
1// SPDX-License-Identifier: GPL-2.0
2// Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
3// http://www.samsung.com
4//
5// Cloned from linux/arch/arm/mach-vexpress/platsmp.c
6//
7// Copyright (C) 2002 ARM Ltd.
8// All Rights Reserved
14
15#include <linux/init.h>
16#include <linux/errno.h>
17#include <linux/delay.h>
18#include <linux/jiffies.h>
19#include <linux/smp.h>
20#include <linux/io.h>
21#include <linux/of_address.h>

--- 437 unchanged lines hidden ---
9
10#include <linux/init.h>
11#include <linux/errno.h>
12#include <linux/delay.h>
13#include <linux/jiffies.h>
14#include <linux/smp.h>
15#include <linux/io.h>
16#include <linux/of_address.h>

--- 437 unchanged lines hidden ---