commit | 6c0cc62715bfd0b26f7d1a79e6e8143085950ca7 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Fri Apr 17 16:17:14 2015 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Tue Jun 02 21:37:23 2015 -0500 |
tree | ff32cd626c2c2a198eae6f6336d4a63c800004c0 | |
parent | 86c3b16e9f330c94062c40302ab266f0d932057e [diff] |
powerpc/mm: Use PFN_PHYS() in devmem_is_allowed() This function can run on systems where physical addresses don't fit in unsigned long, so make sure to use the macro that contains the proper cast. Signed-off-by: Scott Wood <scottwood@freescale.com>