1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Infinite loop snippet with no exit 4 * 5 * Copyright (c) 2023 IBM Corp 6 * 7 * Authors: 8 * Janosch Frank <frankja@linux.ibm.com> 9 */ 10.section .text 11 12retry: 13j retry 14