forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spinlock: inline no trace implement to save the code size
remove duplicate logic nsh/smp: before: $ size nuttx text data bss dec hex filename 417211 6528 13216 436955 6aadb nuttx after: $ size nuttx text data bss dec hex filename 417403 6528 13216 437147 6ab9b nuttx Signed-off-by: chao an <[email protected]>
- Loading branch information
Showing
1 changed file
with
65 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters