Skip to content

Commit c2da5bd

Browse files
committed
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 merge fix from Ingo Molnar: "I missed one other semantic conflict that can result in build failures on certain stripped down x86 32-bit configs, for example 32-bit 'allnoconfig' where CONFIG_X86_IOPL_IOPERM gets turned off" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/iopl: Make 'struct tss_struct' constant size again
2 parents 168829a + 0bcd776 commit c2da5bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/x86/include/asm/processor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,7 @@ struct tss_struct {
411411
*/
412412
struct x86_hw_tss x86_tss;
413413

414-
#ifdef CONFIG_X86_IOPL_IOPERM
415414
struct x86_io_bitmap io_bitmap;
416-
#endif
417415
} __aligned(PAGE_SIZE);
418416

419417
DECLARE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw);

0 commit comments

Comments
 (0)