summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/uaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/uaccess.h')
-rw-r--r--include/asm-ppc/uaccess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/uaccess.h b/include/asm-ppc/uaccess.h
index 59956966a..b8afd599b 100644
--- a/include/asm-ppc/uaccess.h
+++ b/include/asm-ppc/uaccess.h
@@ -21,8 +21,8 @@
#define USER_DS ((mm_segment_t) { 1 })
#define get_ds() (KERNEL_DS)
-#define get_fs() (current->tss.fs)
-#define set_fs(val) (current->tss.fs = (val))
+#define get_fs() (current->thread.fs)
+#define set_fs(val) (current->thread.fs = (val))
#define segment_eq(a,b) ((a).seg == (b).seg)