mmu_context_no.h 798 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
  3. * Copyright (C) 2008-2009 PetaLogix
  4. * Copyright (C) 2006 Atmark Techno, Inc.
  5. *
  6. * This file is subject to the terms and conditions of the GNU General Public
  7. * License. See the file "COPYING" in the main directory of this archive
  8. * for more details.
  9. */
  10. #ifndef _ASM_MICROBLAZE_MMU_CONTEXT_H
  11. #define _ASM_MICROBLAZE_MMU_CONTEXT_H
  12. # define init_new_context(tsk, mm) ({ 0; })
  13. # define enter_lazy_tlb(mm, tsk) do {} while (0)
  14. # define change_mm_context(old, ctx, _pml4) do {} while (0)
  15. # define destroy_context(mm) do {} while (0)
  16. # define deactivate_mm(tsk, mm) do {} while (0)
  17. # define switch_mm(prev, next, tsk) do {} while (0)
  18. # define activate_mm(prev, next) do {} while (0)
  19. #endif /* _ASM_MICROBLAZE_MMU_CONTEXT_H */