#1773 closed defect (fixed)

score/src/percpu.c: invalid namespace and printk

Reported by: Gedare Bloom Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: score Version: 4.11
Severity: normal Keywords:
Cc: jennifer.averett@…, sebastian.huber@… Blocked By:
Blocking:

Description

commit 1.3 on score/src/percpu.c introduced two problems.

rtems_smp_maximum_processor is a namespace violation. If this is a configure-time option, the variable should be named as rtems_configuration_smp_maximum_processor

a printk statement without any DEBUG controls is inappropriate. It should be removed or protected with a proper debugging ifdef

Change History (4)

comment:1 Changed on 03/28/11 at 16:16:16 by Gedare Bloom

Cc: Sebastian Huber added

comment:2 Changed on 03/28/11 at 16:23:03 by Joel Sherrill

Cc: Jennifer Averett added

comment:3 Changed on 04/04/11 at 15:39:54 by Joel Sherrill

Resolution: fixed
Status: newclosed

Fixed on head.

comment:4 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.