wangchdo opened a new pull request, #17482:
URL: https://github.com/apache/nuttx/pull/17482

   ## Summary
   
   Remove an unnecessary preprocessor definition in clock_systime_ticks.c.
   
   ## Impact
   
   Fix a typo; no functional impact on any NuttX functionality
   
   ## Testing
   
   **ostest passed on board fvp-armv8r-aarch32**
   
   ```
   NuttShell (NSH)
   nsh> [ 0] Idle_Task: nx_start: CPU0: Beginning Idle Loop
   
   nsh> uname -a
   NuttX 0.0.0 72d1163c59 Dec 11 2025 20:46:35 arm fvp-armv8r-aarch32
   nsh> 
   nsh> ostest
   
   (...)
   
   End of test memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena     7ff9d0c  7ff9d0c
   ordblks         7        5
   mxordblk  7fe1ec8  7febef0
   uordblks     d70c     b624
   fordblks  7fec600  7fee6e8
   
   user_main: vfork() test
   [ 4] ostest: arm_fork: fork context [0x2000f6d0]:
   [ 4] ostest: arm_fork:   r4:20003878 r5:00000000 r6:00000000 r7:00000000
   [ 4] ostest: arm_fork:   r8:00000000 r9:00000000 r10:00000000
   [ 4] ostest: arm_fork:   r11:00000000 sp:2000f6f8 lr:00057178
   [ 4] ostest: nxtask_setup_fork: Child priority=100 start=0x57178
   [ 4] ostest: nxtask_setup_fork: parent=0x2000d370, returning child=0x2000f7a8
   [ 4] ostest: arm_fork: TCBs: Parent=0x2000d370 Child=0x2000f7a8
   [ 4] ostest: arm_fork: Parent: stackutil:152
   [ 4] ostest: arm_fork: Old stack top:2000f790 SP:2000f6f8 FP:00000000
   [ 4] ostest: arm_fork: New stack top:20013a98 SP:20013a00 FP:00000000
   [ 4] ostest: nxtask_start_fork: Starting Child TCB=0x2000f7a8
   [ 4] ostest: nxtask_activate: ostest pid=85,TCB=0x2000f7a8
   [85] ostest: nxtask_exit: ostest pid=85,TCB=0x2000f7a8
   vfork_test: Child 85 ran successfully
   
   Final memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena     7ff9d0c  7ff9d0c
   ordblks         1        5
   mxordblk  7ff0868  7febef0
   uordblks     94a4     b544
   fordblks  7ff0868  7fee7c8
   user_main: Exiting
   [ 4] ostest: nxtask_exit: ostest pid=4,TCB=0x2000d370
   ostest_main: Exiting with status 0
   stdio_test: Standard I/O Check: fprintf to stderr
   [ 3] ostest: nxtask_exit: ostest pid=3,TCB=0x2000af50
   nsh>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to