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 724274c commit bb2f43aCopy full SHA for bb2f43a
arch/arc/include/asm/arcregs.h
@@ -385,8 +385,6 @@ struct cpuinfo_arc {
385
struct bcr_mpy extn_mpy;
386
};
387
388
-extern struct cpuinfo_arc cpuinfo_arc700[];
389
-
390
static inline int is_isa_arcv3(void)
391
{
392
return IS_ENABLED(CONFIG_ISA_ARCV3);
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