[Bug 1898] Optional CPU dependent _Per_CPU_Information attributes

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Sep 9 11:56:04 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1898

--- Comment #6 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2011-09-09 06:56:04 CDT ---
What about this change:

Index: score/include/rtems/score/percpu.h
===================================================================
RCS file: /usr1/CVS/rtems/cpukit/score/include/rtems/score/percpu.h,v
retrieving revision 1.12
diff -u -r1.12 percpu.h
--- score/include/rtems/score/percpu.h  15 Jul 2011 14:36:37 -0000      1.12
+++ score/include/rtems/score/percpu.h  9 Sep 2011 11:53:55 -0000
@@ -216,7 +216,7 @@
  *
  *  This is an array of per CPU core information.
  */
-extern Per_CPU_Control _Per_CPU_Information[];
+extern Per_CPU_Control _Per_CPU_Information[] CPU_STRUCTURE_ALIGNMENT;

 #if defined(RTEMS_SMP)
 /**

-- 
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