diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2018-12-06 09:17:50 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2019-01-17 23:38:00 +0100 |
commit | 97e981324d492340e33baa9680780046377b561f (patch) | |
tree | 27bec4ddfc78c4a6957813aacbca260b4c357707 /arch/arc/include | |
parent | Linux 5.0-rc1 (diff) | |
download | linux-97e981324d492340e33baa9680780046377b561f.tar.xz linux-97e981324d492340e33baa9680780046377b561f.zip |
ARCv2: boot log: BPU return stack depth
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 49bfbd879caa..9f10d32ee1bd 100644 --- a/arch/arc/include/asm/arcregs.h +++ b/arch/arc/include/asm/arcregs.h @@ -283,7 +283,7 @@ struct cpuinfo_arc_cache { }; struct cpuinfo_arc_bpu { - unsigned int ver, full, num_cache, num_pred; + unsigned int ver, full, num_cache, num_pred, ret_stk; }; struct cpuinfo_arc_ccm { |