commit | 8c18fe2562c45180c407872d05857c55c1e5e37b | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Oct 29 13:18:10 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 29 13:18:10 2005 +0100 |
tree | 52b4b8e5b501aaf614504e85f3a458704906a55f | |
parent | fb31690fbac6f4055c1765522752e4746759f5de [diff] |
[ARM] Fix buggy __phys_to_pfn / __pfn_to_phys Macro arguments should _always_ be surrounded by parentheses when used to prevent unexpected problems with operator precedence. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>