Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
3eb5ca857d38ae7a694de6e59a3de7990af87919
/
.
/
tools
/
perf
/
arch
/
arc
/
annotate
/
instructions.c
blob: 2f00e995c7e38de85461b1df587854af1660e005 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/compiler.h>
static
int
arc__annotate_init
(
struct
arch
*
arch
,
char
*
cpuid __maybe_unused
)
{
arch
->
initialized
=
true
;
arch
->
objdump
.
comment_char
=
';'
;
return
0
;
}