x86/thread_info: Merge two !__ASSEMBLY__ sections
authorBorislav Petkov <bp@suse.de>
Mon, 28 Mar 2016 18:20:17 +0000 (20:20 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2016 09:12:10 +0000 (11:12 +0200)
commit5f870a3f7188065e13efafe1faeb01c136173bc4
tree8e8df2508dd4ae76aa8bdb610933dd6855e5398f
parent4a6772f514891eaacf26bcb7c2c808c557d23c6f
x86/thread_info: Merge two !__ASSEMBLY__ sections

We have

  #ifndef __ASSEMBLY__
  ...
  #endif

  #ifndef __ASSEMBLY__
  ...
  #endif

Merge the two.

No functionality change.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1459189217-25532-1-git-send-email-bp@alien8.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/thread_info.h