Subversion Repositories HelenOS

Rev

Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2089
Line 40... Line 40...
40
 */
40
 */
41
 
41
 
42
#include <genarch/mm/asid_fifo.h>
42
#include <genarch/mm/asid_fifo.h>
43
#include <arch/mm/asid.h>
43
#include <arch/mm/asid.h>
44
#include <mm/asid.h>
44
#include <mm/asid.h>
45
#include <typedefs.h>
-
 
46
#include <adt/fifo.h>
45
#include <adt/fifo.h>
47
 
46
 
48
#define FIFO_STATIC_LIMIT   1024
47
#define FIFO_STATIC_LIMIT   1024
49
#define FIFO_STATIC     (ASIDS_ALLOCABLE<FIFO_STATIC_LIMIT)
48
#define FIFO_STATIC     (ASIDS_ALLOCABLE<FIFO_STATIC_LIMIT)
50
 
49