1/* SPDX-License-Identifier: GPL-2.0-only or License-Ref-kk-custom */
2/*
3 * Copyright (C) 2021 Kernkonzept GmbH.
4 * Author(s): Frank Mehnert <frank.mehnert@kernkonzept.com>
5 */
6
7        .global loader_thread
8loader_thread:
9        // The C function expects that it was called and adjusts the stack
10        // accordingly. We need this extra call to keep the 16-byte alignment.
11        call    loader_thread_c
121:      jmp     1b
13