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
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
powerpc
/
lib
/
test_code-patching.S
blob
a9be6107844e7a50a472f910b84b0d91ad7ffc06
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright (C) 2020 IBM Corporation
4
*/
5
#include <asm/ppc-opcode.h>
6
7
.text
8
9
#define globl(x) \
10
.globl x; \
11
x:
12
13
globl(code_patching_test1)
14
nop
15
nop
16
globl(end_code_patching_test1)
17
18
globl(code_patching_test1_expected)
19
.long OP_PREFIX << 26
20
.long 0x0000000