File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
* Size mapped by an entry at level n ( 0 <= n <= 3)
30
30
* We map (PAGE_SHIFT - 3) at all translation levels and PAGE_SHIFT bits
31
31
* in the final page. The maximum number of translation levels supported by
32
- * the architecture is 4. Hence, starting at at level n, we have further
32
+ * the architecture is 4. Hence, starting at level n, we have further
33
33
* ((4 - n) - 1) levels of translation excluding the offset within the page.
34
34
* So, the total number of bits mapped by an entry at level n is :
35
35
*
98
98
#define CONT_PMDS (1 << CONT_PMD_SHIFT)
99
99
#define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE)
100
100
#define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
101
- /* the the numerical offset of the PTE within a range of CONT_PTES */
101
+ /* the numerical offset of the PTE within a range of CONT_PTES */
102
102
#define CONT_RANGE_OFFSET (addr ) (((addr)>>PAGE_SHIFT)&(CONT_PTES-1))
103
103
104
104
/*
You can’t perform that action at this time.
0 commit comments