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

x86: initialize io_bitmap_base on 32bit

commit db949bba

 (x86-32: use non-lazy
io bitmap context switching) broke ioperm for 32bit because it removed
the lazy initialization of io_bitmap_base and did not set it to the
real bitmap offset.

[ Impact: fix non-working sys_ioperm() on 32-bit kernels ]

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 2f65dd47
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