OSDN Git Service

x86/tss: Move I/O bitmap data into a seperate struct
authorThomas Gleixner <tglx@linutronix.de>
Tue, 12 Nov 2019 17:45:29 +0000 (18:45 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 16 Nov 2019 10:24:01 +0000 (11:24 +0100)
commitf5848e5fd2f813c3a8009a642dfbcf635287c199
tree743b5d450d4c18c2a633e41803bdcce08d265649
parentecc7e37d4dadd16f6be125ca496feccd05454da4
x86/tss: Move I/O bitmap data into a seperate struct

Move the non hardware portion of I/O bitmap data into a seperate struct for
readability sake.

Originally-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/ioport.c
arch/x86/kernel/process.c