diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-10-02 19:24:20 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-10-17 17:48:26 +0530 |
commit | d0890ea5b68f63d7b8641455dc5534886fee2fa1 (patch) | |
tree | 104314abfdcb73e3a914138b12dfa92a8b772a7c /arch/arc/include/asm | |
parent | 964cf28f9d10f4e5229e4365258c292bc5c856b2 (diff) | |
download | talos-op-linux-d0890ea5b68f63d7b8641455dc5534886fee2fa1.tar.gz talos-op-linux-d0890ea5b68f63d7b8641455dc5534886fee2fa1.zip |
ARC: boot log: decode more mmu config items
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm')
-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 dc9e65a8d722..7fac7d85ed6a 100644 --- a/arch/arc/include/asm/arcregs.h +++ b/arch/arc/include/asm/arcregs.h @@ -327,7 +327,7 @@ struct bcr_generic { */ struct cpuinfo_arc_mmu { - unsigned int ver:4, pg_sz_k:8, s_pg_sz_m:8, pad:12; + unsigned int ver:4, pg_sz_k:8, s_pg_sz_m:8, pad:10, sasid:1, pae:1; unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; }; |