blob: b0143a313736eca8feb5638d7ec899bde845e113 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001// SPDX-License-Identifier: GPL-2.0-only
Naveen N. Rao197165d2015-04-24 14:24:44 +05302/*
Naveen N. Rao197165d2015-04-24 14:24:44 +05303 *
4 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
5 */
6
7#include <asm/trace_clock.h>
8#include <asm/time.h>
9
10u64 notrace trace_clock_ppc_tb(void)
11{
12 return get_tb();
13}