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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
powerpc
/
kernel
/
trace
/
trace_clock.c
blob
b0143a313736eca8feb5638d7ec899bde845e113
1
// SPDX-License-Identifier: GPL-2.0-only
2
/*
3
*
4
* Copyright (C) 2015 Naveen N. Rao, IBM Corporation
5
*/
6
7
#include <asm/trace_clock.h>
8
#include <asm/time.h>
9
10
u64 notrace
trace_clock_ppc_tb
(
void
)
11
{
12
return
get_tb
();
13
}