Subversion Repositories HelenOS

Rev

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

Rev 3578 Rev 3635
Line 58... Line 58...
58
#include <smp/smp.h>
58
#include <smp/smp.h>
59
#include <smp/ipi.h>
59
#include <smp/ipi.h>
60
#include <arch/atomic.h>
60
#include <arch/atomic.h>
61
#include <panic.h>
61
#include <panic.h>
62
#include <print.h>
62
#include <print.h>
-
 
63
#include <sysinfo/sysinfo.h>
63
 
64
 
64
/*NS16550 as a COM 1*/
65
/*NS16550 as a COM 1*/
65
#define NS16550_IRQ 4
66
#define NS16550_IRQ 4
66
#define NS16550_PORT 0x3f8
67
#define NS16550_PORT 0x3f8
67
 
68
 
Line 180... Line 181...
180
        thread_ready(t);
181
        thread_ready(t);
181
 
182
 
182
#endif
183
#endif
183
 
184
 
184
    }
185
    }
-
 
186
   
-
 
187
    sysinfo_set_item_val("ia64_iospace", NULL, true);
-
 
188
    sysinfo_set_item_val("ia64_iospace.address", NULL, true);
-
 
189
    sysinfo_set_item_val("ia64_iospace.address.virtual", NULL, IO_OFFSET);
-
 
190
 
185
}
191
}
186
 
192
 
187
 
193
 
188
/** Enter userspace and never return. */
194
/** Enter userspace and never return. */
189
void userspace(uspace_arg_t *kernel_uarg)
195
void userspace(uspace_arg_t *kernel_uarg)