system.cc (9645:c483700ae0ce) system.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 27 unchanged lines hidden (view full) ---

36 * This code loads the linux kernel, console, pal and patches certain
37 * functions. The symbol tables are loaded so that traces can show
38 * the executing function and we can skip functions. Various delay
39 * loops are skipped and their final values manually computed to speed
40 * up boot time.
41 */
42
43#include "arch/alpha/linux/system.hh"
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 27 unchanged lines hidden (view full) ---

36 * This code loads the linux kernel, console, pal and patches certain
37 * functions. The symbol tables are loaded so that traces can show
38 * the executing function and we can skip functions. Various delay
39 * loops are skipped and their final values manually computed to speed
40 * up boot time.
41 */
42
43#include "arch/alpha/linux/system.hh"
44
44#include "arch/alpha/idle_event.hh"
45#include "arch/alpha/system.hh"
46#include "arch/generic/linux/threadinfo.hh"
47#include "arch/vtophys.hh"
48#include "base/loader/symtab.hh"
49#include "cpu/base.hh"
50#include "cpu/thread_context.hh"
51#include "debug/Thread.hh"

--- 157 unchanged lines hidden ---
45#include "arch/alpha/idle_event.hh"
46#include "arch/alpha/system.hh"
47#include "arch/generic/linux/threadinfo.hh"
48#include "arch/vtophys.hh"
49#include "base/loader/symtab.hh"
50#include "cpu/base.hh"
51#include "cpu/thread_context.hh"
52#include "debug/Thread.hh"

--- 157 unchanged lines hidden ---