summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/arcregs.h
diff options
context:
space:
mode:
authorVineet Gupta2015-04-06 13:52:39 +0200
committerVineet Gupta2015-06-22 10:36:55 +0200
commitd7a512bfe0be3790bae8465b4cb6c1bbca03c616 (patch)
treefd9a859c1e104ffa9032720ffd99dac0c4213478 /arch/arc/include/asm/arcregs.h
parentARCv2: STAR 9000814690: Really Re-enable interrupts to avoid deadlocks (diff)
downloadkernel-qcow2-linux-d7a512bfe0be3790bae8465b4cb6c1bbca03c616.tar.gz
kernel-qcow2-linux-d7a512bfe0be3790bae8465b4cb6c1bbca03c616.tar.xz
kernel-qcow2-linux-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.h2
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;
};