Subversion Repositories HelenOS-historic

Rev

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

Rev 517 Rev 518
Line 25... Line 25...
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include <main/kinit.h>
29
#include <main/kinit.h>
30
#include <main/kconsole.h>
-
 
31
#include <main/uinit.h>
30
#include <main/uinit.h>
32
#include <config.h>
31
#include <config.h>
33
#include <arch.h>
32
#include <arch.h>
34
#include <proc/scheduler.h>
33
#include <proc/scheduler.h>
35
#include <proc/task.h>
34
#include <proc/task.h>
Line 43... Line 42...
43
#include <mm/vm.h>
42
#include <mm/vm.h>
44
#include <mm/frame.h>
43
#include <mm/frame.h>
45
#include <print.h>
44
#include <print.h>
46
#include <memstr.h>
45
#include <memstr.h>
47
#include <console/console.h>
46
#include <console/console.h>
-
 
47
#include <console/kconsole.h>
48
 
48
 
49
#ifdef CONFIG_SMP
49
#ifdef CONFIG_SMP
50
#include <arch/smp/mps.h>
50
#include <arch/smp/mps.h>
51
#endif /* CONFIG_SMP */
51
#endif /* CONFIG_SMP */
52
 
52