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

Subversion Repositories or1k

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef __i386_MMU_H
2
#define __i386_MMU_H
3
 
4
/*
5
 * The i386 doesn't have a mmu context, but
6
 * we put the segment information here.
7
 *
8
 * cpu_vm_mask is used to optimize ldt flushing.
9
 */
10
typedef struct {
11
        int size;
12
        struct semaphore sem;
13
        void *  ldt;
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.