probe.c (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) probe.c (47d11326259baaed7659b47e3a49d31715719793)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * arch/sh/kernel/cpu/sh2/probe.c
3 *
4 * CPU Subtype Probing for SH-2.
5 *
6 * Copyright (C) 2002 Paul Mundt
2/*
3 * arch/sh/kernel/cpu/sh2/probe.c
4 *
5 * CPU Subtype Probing for SH-2.
6 *
7 * Copyright (C) 2002 Paul Mundt
7 *
8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
10 * for more details.
11 */
12#include <linux/init.h>
13#include <linux/of_fdt.h>
14#include <linux/smp.h>
15#include <linux/io.h>
16#include <asm/processor.h>
17#include <asm/cache.h>
18

--- 56 unchanged lines hidden ---
8 */
9#include <linux/init.h>
10#include <linux/of_fdt.h>
11#include <linux/smp.h>
12#include <linux/io.h>
13#include <asm/processor.h>
14#include <asm/cache.h>
15

--- 56 unchanged lines hidden ---