| /* SPDX-License-Identifier: GPL-2.0-only */ | |
| /* | |
| * linux/arch/unicore32/include/asm/mmu.h | |
| * | |
| * Code specific to PKUnity SoC and UniCore ISA | |
| * | |
| * Copyright (C) 2001-2010 GUAN Xue-tao | |
| */ | |
| #ifndef __UNICORE_MMU_H__ | |
| #define __UNICORE_MMU_H__ | |
| typedef unsigned long mm_context_t; | |
| #endif |