mm/scatterlist: Do not disable irqs on RT

The local_irq_save() is not only used to get things done "fast" but
also to ensure that in case of SG_MITER_ATOMIC we are in "atomic"
context for kmap_atomic(). For -RT it is enough to keep pagefault
disabled (which is currently handled by kmap_atomic()).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 file changed