commit | fce2978d4182b2c2434c1742c1de613b7747deed | [log] [tgz] |
---|---|---|
author | Nathan Binkert <binkertn@umich.edu> | Tue Jun 28 23:22:28 2005 -0400 |
committer | Nathan Binkert <binkertn@umich.edu> | Tue Jun 28 23:22:28 2005 -0400 |
tree | 70e3cd2aed97cde0d267d6a650b03255455b2b22 | |
parent | 941db36a67baeff563ea0eb9d66dad0b41c51200 [diff] |
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.)