OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-x86_64/] [mmu.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef __x86_64_MMU_H
2
#define __x86_64_MMU_H
3
 
4
#include <linux/spinlock.h>
5
 
6
/*
7
 * The x86_64 doesn't have a mmu context, but
8
 * we put the segment information here.
9
 */
10
typedef struct {
11
        void *segments;
12
        unsigned long cpuvalid;
13
        rwlock_t ldtlock;
14
} mm_context_t;
15
 
16
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.