diff options
author | Cyril Chemparathy <[email protected]> | 2012-07-20 12:01:23 -0400 |
---|---|---|
committer | Will Deacon <[email protected]> | 2013-05-30 16:02:18 +0100 |
commit | 82f667046ec895552caf2f7a4c6841c530bfc215 (patch) | |
tree | a9ebf45fc7606fd6c8b8c7d5bce643a6527de454 /net/lapb/lapb_in.c | |
parent | 4756dcbfd37819a8359d3c69a22be2ee41666d0f (diff) |
ARM: mm: use physical addresses in highmem sanity checks
This patch modifies the highmem sanity checking code to use physical addresses
instead. This change eliminates the wrap-around problems associated with the
original virtual address based checks, and this simplifies the code a bit.
The one constraint imposed here is that low physical memory must be mapped in
a monotonically increasing fashion if there are multiple banks of memory,
i.e., x < y must => pa(x) < pa(y).
Signed-off-by: Cyril Chemparathy <[email protected]>
Signed-off-by: Vitaly Andrianov <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Tested-by: Santosh Shilimkar <[email protected]>
Tested-by: Subash Patel <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions