mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-15 20:51:55 +00:00
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>
|