Skip to content

Commit 422b687

Browse files
committed
ARCv3: mm: Typo correction for 'struct bcr_mmu_6'
1 parent 9ad9f9c commit 422b687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arc/include/asm/arcregs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ struct bcr_mmu_4 {
220220

221221
struct bcr_mmu_6 {
222222
#ifdef CONFIG_CPU_BIG_ENDIAN
223-
unsigned int ver:2, variant:3, res:11, tc:1, n_tlb:3, u_itlb:3, u_dtlb:3;
223+
unsigned int ver:8, variant:3, res:11, tc:1, n_tlb:3, u_itlb:3, u_dtlb:3;
224224
#else
225225
unsigned int u_dtlb:3, u_itlb:3, n_tlb:3, tc:1, res:11, variant:3, ver:8;
226226
#endif

0 commit comments

Comments
 (0)