scons: Build the branch predictor for all CPUs
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 13 Aug 2014 10:57:31 +0000 (06:57 -0400)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 13 Aug 2014 10:57:31 +0000 (06:57 -0400)
commit41d069ef6a46dddf118a7e480d27e70cc47d029d
treeefbe3a40685b749eedaae8e47fb932ff04354b08
parent8b8d991df053dad34cd490db6c8e7c94b5413290
scons: Build the branch predictor for all CPUs

The branch predictor is normally only built when a CPU that uses a
branch predictor is built. The list of CPUs is currently incomplete as
the simple CPUs support branch predictors (for warming, branch stats,
etc). In practice, all CPU models now use branch predictors, so this
changeset removes the CPU model check and replaces it with a check for
the NULL ISA.
src/cpu/pred/SConscript