aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorPunit Agrawal <[email protected]>2018-01-10 19:07:26 +0000
committerCatalin Marinas <[email protected]>2018-01-16 11:14:36 +0000
commit29d9bef13085e8477f4c9e21aca342edd50847d0 (patch)
treeab3e851fef5435ee4253acad0dbc19eb66b6056d /net/unix/sysctl_net_unix.c
parent894cfd149289c8c9c99211b58a2e3ae7027fff7e (diff)
arm64: Correct type for PUD macros
The PUD macros (PUD_TABLE_BIT, PUD_TYPE_MASK, PUD_TYPE_SECT) use the pgdval_t even when pudval_t is available. Even though the underlying type for both (u64) is the same it is confusing and may lead to issues in the future. Fix this by using pudval_t to define the PUD_* macros. Fixes: 084bd29810a56 ("ARM64: mm: HugeTLB support.") Fixes: 206a2a73a62d3 ("arm64: mm: Create gigabyte kernel logical mappings where possible") Signed-off-by: Punit Agrawal <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions