Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
[sfrench/cifs-2.6.git] / arch / xtensa / include / asm / thread_info.h
index 71c9865218ced7c1c65c00e4806c91266fed9b7f..2bd19ae61e476972e6adeccf706f94e626fc9c66 100644 (file)
@@ -79,9 +79,6 @@ struct thread_info {
        .addr_limit     = KERNEL_DS,            \
 }
 
-#define init_thread_info       (init_thread_union.thread_info)
-#define init_stack             (init_thread_union.stack)
-
 /* how to get the thread information struct from C */
 static inline struct thread_info *current_thread_info(void)
 {