summaryrefslogtreecommitdiffstats
path: root/bsps/i386/pc386/start/bspidle.S
blob: 1bd030f6b533982eb6b1afd942830e7b5bf272cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: BSD-2-Clause */

/*
 * 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