diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2019-02-25 22:24:05 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2019-02-26 02:09:44 +0300 |
commit | 00a4ae65cc600b008c80429a4fa37ccee21f139e (patch) | |
tree | 2d9bcfc61b5837ed21a5fbe62d8fbb6f95f9f7ac /arch/arc/include | |
parent | 0728aeb7ead99a9b0dac2f3c92b3752b4e02ff97 (diff) | |
download | linux-00a4ae65cc600b008c80429a4fa37ccee21f139e.tar.xz |
ARCv2: boot log: refurbish HS core/release identification
HS core names and releases have so far been identified based solely on
IDENTIFY.ARCVER field. With the future HS releases this will not
be sufficient as same ARCVER 0x54 could be an HS38 or HS48.
So rewrite the code to use a new BCR to identify the cores properly.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/arcregs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/asm/arcregs.h b/arch/arc/include/asm/arcregs.h index 0c13317af1d6..36e5d124f5ae 100644 --- a/arch/arc/include/asm/arcregs.h +++ b/arch/arc/include/asm/arcregs.h @@ -313,7 +313,7 @@ struct cpuinfo_arc { struct cpuinfo_arc_bpu bpu; struct bcr_identity core; struct bcr_isa_arcv2 isa; - const char *details, *name; + const char *release, *name; unsigned int vec_base; struct cpuinfo_arc_ccm iccm, dccm; struct { |