Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe758fb1 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Ingo Molnar
Browse files

x86: clean up include/asm-x86/pda.h



clean up include/asm-x86/pda.h, as suggested by checkpatch.pl.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c6b48324
Loading
Loading
Loading
Loading
+35 −35
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ struct x8664_pda {
					   address */
	unsigned long kernelstack;	/* 16 top of kernel stack for current */
	unsigned long oldrsp;		/* 24 user rsp for system call */
        int irqcount;		    /* 32 Irq nesting counter. Starts with -1 */
	int irqcount;			/* 32 Irq nesting counter. Starts -1 */
	unsigned int cpunumber;		/* 36 Logical CPU number */
#ifdef CONFIG_CC_STACKPROTECTOR
	unsigned long stack_canary;	/* 40 stack canary value */