Deleted Added
sdiff udiff text old ( 3745:70a265d01c87 ) new ( 3812:eaa215123a26 )
full compact
1/*
2 * Copyright (c) 2002-2006 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;

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

150 panic("could not load reset symbols\n");
151
152 if (!openboot->loadGlobalSymbols(debugSymbolTable))
153 panic("could not load openboot symbols\n");
154
155 if (!hypervisor->loadLocalSymbols(debugSymbolTable))
156 panic("could not load hypervisor symbols\n");
157
158 if (!nvram->loadGlobalSymbols(debugSymbolTable))
159 panic("could not load reset symbols\n");
160
161 if (!hypervisor_desc->loadGlobalSymbols(debugSymbolTable))
162 panic("could not load hypervisor description symbols\n");
163
164 if (!partition_desc->loadLocalSymbols(debugSymbolTable))
165 panic("could not load partition description symbols\n");

--- 155 unchanged lines hidden ---