mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
0a1c8e54c8
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Acked-by: Max Filippov <jcmvbkbc@gmail.com> Cc: Chris Zankel <chris@zankel.net> Cc: Max Filippov <jcmvbkbc@gmail.com> Cc: linux-xtensa@linux-xtensa.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
11 lines
156 B
C
11 lines
156 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
static inline void init_mmu(void)
|
|
{
|
|
}
|
|
|
|
static inline void init_kio(void)
|
|
{
|
|
}
|
|
|
|
#include <asm-generic/nommu_context.h>
|