Skip to content

Commit c5b678b

Browse files
committed
ARC: boot log: eliminate struct cpuinfo_arc #3: don't export
Signed-off-by: Vineet Gupta <[email protected]>
1 parent 17a5ed5 commit c5b678b

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
@@ -384,8 +384,6 @@ struct cpuinfo_arc {
384384
struct bcr_mpy extn_mpy;
385385
};
386386

387-
extern struct cpuinfo_arc cpuinfo_arc700[];
388-
389387
static inline int is_isa_arcv2(void)
390388
{
391389
return IS_ENABLED(CONFIG_ISA_ARCV2);

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)