nommu_context.h 156 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. static inline void init_mmu(void)
  3. {
  4. }
  5. static inline void init_kio(void)
  6. {
  7. }
  8. #include <asm-generic/nommu_context.h>