[PATCH 15/16] mn10300: use get_personality()

From: WANG Cong
Date: Sat Feb 23 2008 - 03:38:14 EST


Use get_personality() macro instead of explicit reference
for mn10300 code.

Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx>
Cc: David Howells <dhowells@xxxxxxxxxx>
Cc: yasutake.koichi@xxxxxxxxxxxxxxxx

---
include/asm-mn10300/page.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-mn10300/page.h b/include/asm-mn10300/page.h
index 124971b..fc6e9fb 100644
--- a/include/asm-mn10300/page.h
+++ b/include/asm-mn10300/page.h
@@ -123,7 +123,7 @@ static inline int get_order(unsigned long size)

#define VM_DATA_DEFAULT_FLAGS \
(VM_READ | VM_WRITE | \
- ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
+ ((get_personality() & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#endif /* __KERNEL__ */
--
1.5.3.8

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/