mmu.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) mmu.h (df24e1783e6e0eb3dc0e3ba5a8df3bb0cc537408)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _PARISC_MMU_H_
3#define _PARISC_MMU_H_
4
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _PARISC_MMU_H_
3#define _PARISC_MMU_H_
4
5/* On parisc, we store the space id here */
6typedef unsigned long mm_context_t;
5typedef struct {
6 unsigned long space_id;
7 unsigned long vdso_base;
8} mm_context_t;
7
8#endif /* _PARISC_MMU_H_ */
9
10#endif /* _PARISC_MMU_H_ */