From af99ec255b904d1c04e52b994b49d613476829bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Mar 2013 10:15:47 -0500 Subject: sparc/cpu.h: Add comments --- cpukit/score/cpu/sparc/rtems/score/cpu.h | 3 +++ 1 file changed, 3 insertions(+) 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 /** -- cgit v1.2.3