console code cleanup
authorNathan Binkert <binkertn@umich.edu>
Wed, 29 Jun 2005 03:22:28 +0000 (23:22 -0400)
committerNathan Binkert <binkertn@umich.edu>
Wed, 29 Jun 2005 03:22:28 +0000 (23:22 -0400)
commitfce2978d4182b2c2434c1742c1de613b7747deed
tree70e3cd2aed97cde0d267d6a650b03255455b2b22
parent941db36a67baeff563ea0eb9d66dad0b41c51200
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.)
system/alpha/console/console.c