Skip to content
Commit 577d5cd7 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/ioperm: Move iobitmap data into a struct



No point in having all the data in thread_struct, especially as upcoming
changes add more.

Make the bitmap in the new struct accessible as array of longs and as array
of characters via a union, so both the bitmap functions and the update
logic can avoid type casts.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent f5848e5f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment