From d40a204181519e8df4586977246886f05eda4f6f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Feb 2016 15:08:30 -0600 Subject: [PATCH] Add SMP-related reference --- Documentation/NuttxPortingGuide.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 2422c398eb4..16ca041dba2 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: February 01, 2016

+

Last Updated: February 14, 2016

@@ -509,6 +509,7 @@
  • irqstate_t irqsave(void): Used to disable all interrupts. + In the case of multi-CPU platforms, this function disables interrupts on CPUs.
  • void irqrestore(irqstate_t flags):