probe.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) probe.c (234a0538240caa05f12ec4ef7a573b173ab7ea57)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * arch/sh/kernel/cpu/sh2a/probe.c
3 *
4 * CPU Subtype Probing for SH-2A.
5 *
6 * Copyright (C) 2004 - 2007 Paul Mundt
2/*
3 * arch/sh/kernel/cpu/sh2a/probe.c
4 *
5 * CPU Subtype Probing for SH-2A.
6 *
7 * Copyright (C) 2004 - 2007 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 <asm/processor.h>
14#include <asm/cache.h>
15
16void cpu_probe(void)
17{
18 boot_cpu_data.family = CPU_FAMILY_SH2A;

--- 42 unchanged lines hidden ---
8 */
9#include <linux/init.h>
10#include <asm/processor.h>
11#include <asm/cache.h>
12
13void cpu_probe(void)
14{
15 boot_cpu_data.family = CPU_FAMILY_SH2A;

--- 42 unchanged lines hidden ---