summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/arch/hlt.h
blob: 285b6f87867c7d54d3d8d890577e3d6f331574af (plain)
1
2
3
4
5
6
7
8
9
#ifndef ARCH_HLT_H
#define ARCH_HLT_H

static inline __attribute__((always_inline)) void hlt(void)
{
	for (;;) ;
}

#endif /* ARCH_HLT_H */
OpenPOWER on IntegriCloud