Searched hist:8016 (Results 1 - 1 of 1) sorted by relevance

/gem5/system/alpha/console/
H A Dconsole.cdiff 8016:96a3a31ead2a Tue Jun 28 23:22:00 EDT 2005 Nathan Binkert <binkertn@umich.edu> console code cleanup

console/console.c:
the go parameter to unixBoot is never used, so get rid of it.
just panic if we return from unixBoot since it's never supposed
to happen.
remove the MAX_CPUS parameter and the bootStrapImpure variable
and just allocate memory as needed. (Can in theory support many
more CPUs.)

Completed in 6 milliseconds