aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/segment.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/include/asm/segment.h')
-rw-r--r--arch/h8300/include/asm/segment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/include/asm/segment.h b/arch/h8300/include/asm/segment.h
index a407978f9f9f..37950725d9b9 100644
--- a/arch/h8300/include/asm/segment.h
+++ b/arch/h8300/include/asm/segment.h
@@ -33,7 +33,7 @@ static inline mm_segment_t get_fs(void)
return USER_DS;
}
-#define segment_eq(a, b) ((a).seg == (b).seg)
+#define uaccess_kernel() (get_fs().seg == KERNEL_DS.seg)
#endif /* __ASSEMBLY__ */