We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a5ed5 commit c5b678bCopy full SHA for c5b678b
arch/arc/include/asm/arcregs.h
@@ -384,8 +384,6 @@ struct cpuinfo_arc {
384
struct bcr_mpy extn_mpy;
385
};
386
387
-extern struct cpuinfo_arc cpuinfo_arc700[];
388
-
389
static inline int is_isa_arcv2(void)
390
{
391
return IS_ENABLED(CONFIG_ISA_ARCV2);
arch/arc/kernel/mcip.c
@@ -165,8 +165,6 @@ static void mcip_probe_n_setup(void)
165
IS_AVAIL1(mp.idu, "IDU "),
166
IS_AVAIL1(mp.dbg, "DEBUG "),
167
IS_AVAIL1(mp.gfrc, "GFRC"));
168
169
- cpuinfo_arc700[0].extn.gfrc = mp.gfrc;
170
}
171
172
struct plat_smp_ops plat_smp_ops = {
0 commit comments