Skip to content

Commit 2432e13

Browse files
Steven RostedtH. Peter Anvin
authored andcommitted
x86: Nuke the supervisor_stack field in i386 thread_info
Nothing references the supervisor_stack in the thread_info field, and it does not exist in x86_64. To make the two more the same, it is being removed. Acked-by: Thomas Gleixner <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Brian Gerst <[email protected]> Signed-off-by: Steven Rostedt <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
1 parent 0414855 commit 2432e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/include/asm/thread_info.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ struct thread_info {
3636
unsigned long previous_esp; /* ESP of the previous stack in
3737
case of nested (IRQ) stacks
3838
*/
39-
__u8 supervisor_stack[0];
4039
#endif
4140
unsigned int sig_on_uaccess_error:1;
4241
unsigned int uaccess_err:1; /* uaccess failed */

0 commit comments

Comments
 (0)