commit | 06b4186c10204b6683edb047ac5f506fb0ce0937 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Tue Jun 17 17:45:22 2008 -0500 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Mon Jul 14 17:01:34 2008 -0500 |
tree | 838d69c6c59cc09bf13e96b77349cac0d8b5588e | |
parent | 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78 [diff] [blame] |
mpc85xx: use IS_E_PROCESSOR macro Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index 0d50549..bde8e56 100644 --- a/cpu/mpc85xx/cpu.c +++ b/cpu/mpc85xx/cpu.c
@@ -97,7 +97,7 @@ if (cpu) { puts(cpu->name); - if (svr & 0x80000) + if (IS_E_PROCESSOR(svr)) puts("E"); } else { puts("Unknown");