summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-12 10:15:47 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-18 11:41:36 -0500
commitaf99ec255b904d1c04e52b994b49d613476829bb (patch)
tree37b6ba029931593ded367fa39a4c5f90f581666a
parentm68k/cpu.h: Fix formatting and add comment block (diff)
downloadrtems-af99ec255b904d1c04e52b994b49d613476829bb.tar.bz2
sparc/cpu.h: Add comments
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index 610235568b..b95d411e78 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -877,6 +877,9 @@ extern const CPU_Trap_table_entry _CPU_Trap_slot_template;
*/
#define CPU_STACK_MINIMUM_SIZE (1024*4)
+/**
+ * What is the size of a pointer on this architecture?
+ */
#define CPU_SIZEOF_POINTER 4
/**