summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/startup/bspidle.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/startup/bspidle.S')
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspidle.S19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspidle.S b/c/src/lib/libbsp/i386/pc386/startup/bspidle.S
deleted file mode 100644
index 740671afc1..0000000000
--- a/c/src/lib/libbsp/i386/pc386/startup/bspidle.S
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Idle Thread Body
- *
- * COPYRIGHT (c) 2016.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#include <rtems/asm.h>
-
-.p2align 4
-
-PUBLIC(bsp_idle_thread)
-SYM(bsp_idle_thread):
-hltloop: hlt
- jmp hltloop