xref: /OK3568_Linux_fs/kernel/arch/powerpc/xmon/xmon_bpts.S (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun/* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun#include <asm/ppc_asm.h>
3*4882a593Smuzhiyun#include <asm/asm-compat.h>
4*4882a593Smuzhiyun#include <asm/asm-offsets.h>
5*4882a593Smuzhiyun#include "xmon_bpts.h"
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun/* Prefixed instructions can not cross 64 byte boundaries */
8*4882a593Smuzhiyun.align 6
9*4882a593Smuzhiyun.global bpt_table
10*4882a593Smuzhiyunbpt_table:
11*4882a593Smuzhiyun	.space NBPTS * BPT_SIZE
12