提交 1d0bbf42 编写于 作者: R Russell King

ARM: Fix the world famous typo with is_gate_vma()

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 8c0cc8a5
...@@ -459,7 +459,7 @@ int in_gate_area_no_mm(unsigned long addr) ...@@ -459,7 +459,7 @@ int in_gate_area_no_mm(unsigned long addr)
{ {
return in_gate_area(NULL, addr); return in_gate_area(NULL, addr);
} }
#define is_gate_vma(vma) ((vma) = &gate_vma) #define is_gate_vma(vma) ((vma) == &gate_vma)
#else #else
#define is_gate_vma(vma) 0 #define is_gate_vma(vma) 0
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册