Added thread0 variable to resolve linker error.

This commit is contained in:
Jennifer Averett 2012-04-16 12:04:31 -05:00
parent a7bbe3f42c
commit 6053efdfaa

View File

@ -104,7 +104,9 @@ void mi_startup(void); /* Should be elsewhere */
static struct session session0; static struct session session0;
static struct pgrp pgrp0; static struct pgrp pgrp0;
struct proc proc0; struct proc proc0;
#endif /* __rtems__ */
struct thread thread0 __aligned(16); struct thread thread0 __aligned(16);
#ifndef __rtems__
struct vmspace vmspace0; struct vmspace vmspace0;
struct proc *initproc; struct proc *initproc;