diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-04-06 17:22:39 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-22 14:06:55 +0530 |
commit | d7a512bfe0be3790bae8465b4cb6c1bbca03c616 (patch) | |
tree | fd9a859c1e104ffa9032720ffd99dac0c4213478 /arch/arc/include/asm/arcregs.h | |
parent | 4de0e52867d831057676340271d21cfb920eac1c (diff) | |
download | lwn-d7a512bfe0be3790bae8465b4cb6c1bbca03c616.tar.gz lwn-d7a512bfe0be3790bae8465b4cb6c1bbca03c616.zip |
ARCv2: MMUv4: TLB programming Model changes
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/arcregs.h')
-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 373bb415e844..bcb08cd52d38 100644 --- a/arch/arc/include/asm/arcregs.h +++ b/arch/arc/include/asm/arcregs.h @@ -326,7 +326,7 @@ struct bcr_generic { */ struct cpuinfo_arc_mmu { - unsigned int ver:4, pg_sz_k:8, pad:8, u_dtlb:6, u_itlb:6; + unsigned int ver:4, pg_sz_k:8, s_pg_sz_m:8, u_dtlb:6, u_itlb:6; unsigned int num_tlb:16, sets:12, ways:4; }; |