summaryrefslogtreecommitdiffstats
path: root/bsps/i386/pc386/start/bspidle.S
blob: 740671afc19e5548d8283185d48ceb61990bc091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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