commit | 5b70a31708c958cb259e9c6cbecf7190521c856e | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <fbuihuu@gmail.com> | Tue Dec 05 10:39:56 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Dec 06 20:16:08 2006 +0000 |
tree | 3f635bb2fa64843b4749405d1e67c7878e41fc72 | |
parent | ec0bf39a471bf6fcd01def2bd677128cea940b73 [diff] |
[MIPS] pte_offset(dir,addr): parenthesis fix This patch adds missing parenthesis around 'dir' argument in pte_offset() macro definition. It also removes an extra space in the definition of pte_offset_kernel() macro. Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>