repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
12 lines
269 B
ArmAsm
12 lines
269 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#include <asm/ppc_asm.h>
|
|
#include <asm/asm-compat.h>
|
|
#include <asm/asm-offsets.h>
|
|
#include "xmon_bpts.h"
|
|
|
|
/* Prefixed instructions can not cross 64 byte boundaries */
|
|
.align 6
|
|
.global bpt_table
|
|
bpt_table:
|
|
.space NBPTS * BPT_SIZE
|