summaryrefslogtreecommitdiffstats
path: root/src/ssx/ppc405/ppc405_thread_init.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssx/ppc405/ppc405_thread_init.S')
-rw-r--r--src/ssx/ppc405/ppc405_thread_init.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ssx/ppc405/ppc405_thread_init.S b/src/ssx/ppc405/ppc405_thread_init.S
index dca6184..89c0257 100644
--- a/src/ssx/ppc405/ppc405_thread_init.S
+++ b/src/ssx/ppc405/ppc405_thread_init.S
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2014,2015
+# Contributors Listed Below - COPYRIGHT 2014,2016
# [+] International Business Machines Corp.
#
#
@@ -29,6 +29,7 @@
/// The entry points in this file are routines that are typically used during
/// initialization, and their code space could be deallocated and recovered if
/// no longer needed by the application after initialization.
+// *INDENT-OFF*
.nolist
#include "ssx.h"
@@ -146,4 +147,5 @@ __ssx_thread_context_initialize:
.epilogue __ssx_thread_context_initialize
+// *INDENT-ON*
/// \endcond
OpenPOWER on IntegriCloud