system.cc (8885:52bbd95b31ed) | system.cc (9329:3fe8438cbcfc) |
---|---|
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#include "arch/alpha/linux/threadinfo.hh" | |
45#include "arch/alpha/idle_event.hh" 46#include "arch/alpha/system.hh" | 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" 52#include "kern/linux/events.hh" 53#include "kern/linux/printk.hh" 54#include "mem/physical.hh" --- 158 unchanged lines hidden --- | 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" 52#include "kern/linux/events.hh" 53#include "kern/linux/printk.hh" 54#include "mem/physical.hh" --- 158 unchanged lines hidden --- |