]> Git Repo - linux.git/blob - include/linux/mmu_context.h
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux.git] / include / linux / mmu_context.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_MMU_CONTEXT_H
3 #define _LINUX_MMU_CONTEXT_H
4
5 #include <asm/mmu_context.h>
6
7 /* Architectures that care about IRQ state in switch_mm can override this. */
8 #ifndef switch_mm_irqs_off
9 # define switch_mm_irqs_off switch_mm
10 #endif
11
12 #endif
This page took 0.033729 seconds and 4 git commands to generate.