Skip to content

Commit bb2f43a

Browse files
vineetgarcSergey Matyukevich
authored andcommitted
ARC: eliminate struct cpuinfo_arc #3: don't export
Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com>
1 parent 724274c commit bb2f43a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arc/include/asm/arcregs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ struct cpuinfo_arc {
385385
struct bcr_mpy extn_mpy;
386386
};
387387

388-
extern struct cpuinfo_arc cpuinfo_arc700[];
389-
390388
static inline int is_isa_arcv3(void)
391389
{
392390
return IS_ENABLED(CONFIG_ISA_ARCV3);

arch/arc/kernel/mcip.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ static void mcip_probe_n_setup(void)
165165
IS_AVAIL1(mp.idu, "IDU "),
166166
IS_AVAIL1(mp.dbg, "DEBUG "),
167167
IS_AVAIL1(mp.gfrc, "GFRC"));
168-
169-
cpuinfo_arc700[0].extn.gfrc = mp.gfrc;
170168
}
171169

172170
struct plat_smp_ops plat_smp_ops = {

0 commit comments

Comments
 (0)