mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 12:41:34 +00:00
cpukit/score: Remove extra blank paragraph in copyrt.h
This change eliminates an unnecessary blank paragraph in cpukit/include/rtems/score/copyrt.h. RTEMS documentation requires single spaced paragraphs, and the previous formatting contained consecutive blank lines. The modification is formatting-only and has no functional impact. Updates #4807.
This commit is contained in:
@@ -188,6 +188,7 @@ RTEMS_SYSINIT_ITEM(
|
||||
#endif /* _CONFIGURE_HAS_IO_DRIVERS) ||
|
||||
CONFIGURE_APPLICATION_NEEDS_NULL_DRIVER ||
|
||||
CONFIGURE_MAXIMUM_DRIVERS */
|
||||
|
||||
/*
|
||||
* If any flavor of console driver is configured, then configure the post
|
||||
* driver hook which opens /dev/console as stdin, stdout, and stderr.
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -846,7 +846,6 @@ T_verbosity T_set_verbosity(T_verbosity);
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
#define T_eq_str(a, e) T_flags_eq_str(a, e, 0)
|
||||
#define T_assert_eq_str(a, e) T_flags_eq_str(a, e, T_CHECK_STOP)
|
||||
#define T_quiet_eq_str(a, e) T_flags_eq_str(a, e, T_CHECK_QUIET)
|
||||
|
||||
@@ -167,7 +167,6 @@ destroy(void *ptr)
|
||||
|
||||
lctx = &ctx->load_contexts[load];
|
||||
|
||||
|
||||
if (lctx->id != 0) {
|
||||
sc = rtems_task_delete(lctx->id);
|
||||
_Assert(sc == RTEMS_SUCCESSFUL);
|
||||
@@ -270,7 +269,6 @@ T_measure_runtime_create(const T_measure_runtime_config *config)
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
sc = rtems_task_create(rtems_build_name('L', 'O', 'A', 'D'),
|
||||
1, RTEMS_MINIMUM_STACK_SIZE, RTEMS_DEFAULT_MODES,
|
||||
RTEMS_DEFAULT_ATTRIBUTES, &id);
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
andn \out1, CCTRL_ICS, \out2
|
||||
.endm
|
||||
|
||||
|
||||
.macro TN0018_WRITE_PSR src
|
||||
wr \src, %psr
|
||||
.endm
|
||||
|
||||
@@ -86,7 +86,6 @@
|
||||
* Define macros to handle section beginning and ends.
|
||||
*/
|
||||
|
||||
|
||||
#define BEGIN_CODE_DCL .text
|
||||
#define END_CODE_DCL
|
||||
#define BEGIN_DATA_DCL .data
|
||||
|
||||
Reference in New Issue
Block a user