Subversion Repositories HelenOS-historic

Rev

Rev 1059 | Rev 1502 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1059 Rev 1477
Line 45... Line 45...
45
#include <mm/page.h>
45
#include <mm/page.h>
46
#include <mm/slab.h>
46
#include <mm/slab.h>
47
#include <mm/as.h>
47
#include <mm/as.h>
48
#include <print.h>
48
#include <print.h>
49
#include <memstr.h>
49
#include <memstr.h>
50
#include <arch/i8259.h>
50
#include <arch/drivers/i8259.h>
51
 
51
 
52
#ifdef CONFIG_SMP
52
#ifdef CONFIG_SMP
53
 
53
 
54
static struct smp_config_operations *ops = NULL;
54
static struct smp_config_operations *ops = NULL;
55
 
55