blob: 13ec4215f437078659afb337b0c546903c7225f9 [file] [log] [blame]
#ifndef __MMU_H
#define __MMU_H
typedef struct {
struct list_head crst_list;
struct list_head pgtable_list;
unsigned long asce_bits;
int noexec;
} mm_context_t;
#endif