Commit 3bde0154 by Richard Henderson

Kill wrong ev6 comment.

From-SVN: r20466
parent a08432bd
...@@ -131,8 +131,6 @@ static void alpha_sa_mask PROTO((unsigned long *imaskP, ...@@ -131,8 +131,6 @@ static void alpha_sa_mask PROTO((unsigned long *imaskP,
void void
override_options () override_options ()
{ {
/* 971208 -- EV6 scheduling parameters are still secret, so don't even
pretend and just schedule for an EV5 for now. -- r~ */
alpha_cpu alpha_cpu
= TARGET_CPU_DEFAULT & MASK_CPU_EV6 ? PROCESSOR_EV6 = TARGET_CPU_DEFAULT & MASK_CPU_EV6 ? PROCESSOR_EV6
: (TARGET_CPU_DEFAULT & MASK_CPU_EV5 ? PROCESSOR_EV5 : PROCESSOR_EV4); : (TARGET_CPU_DEFAULT & MASK_CPU_EV5 ? PROCESSOR_EV5 : PROCESSOR_EV4);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment