[Bug 1773] New: score/src/percpu.c: invalid namespace and printk
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Mon Mar 28 17:15:56 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1773
Summary: score/src/percpu.c: invalid namespace and printk
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: cpukit
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: giddyup44 at yahoo.com
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
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list