Commit c5b678b3 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: boot log: eliminate struct cpuinfo_arc #3: don't export



Signed-off-by: default avatarVineet Gupta <vgupta@kernel.org>
parent 17a5ed56
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -384,8 +384,6 @@ struct cpuinfo_arc {
	struct bcr_mpy extn_mpy;
};

extern struct cpuinfo_arc cpuinfo_arc700[];

static inline int is_isa_arcv2(void)
{
	return IS_ENABLED(CONFIG_ISA_ARCV2);
+0 −2
Original line number Diff line number Diff line
@@ -165,8 +165,6 @@ static void mcip_probe_n_setup(void)
		IS_AVAIL1(mp.idu, "IDU "),
		IS_AVAIL1(mp.dbg, "DEBUG "),
		IS_AVAIL1(mp.gfrc, "GFRC"));

	cpuinfo_arc700[0].extn.gfrc = mp.gfrc;
}

struct plat_smp_ops plat_smp_ops = {