repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
powerpc
/
xmon
/
xmon_bpts.S
blob
69726814cd272392b43545d592d6f1932cf6d91f
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <asm/ppc_asm.h>
3
#include <asm/asm-compat.h>
4
#include <asm/asm-offsets.h>
5
#include "xmon_bpts.h"
6
7
/* Prefixed instructions can not cross 64 byte boundaries */
8
.align 6
9
.global bpt_table
10
bpt_table:
11
.space NBPTS * BPT_SIZE