summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/trace/trace_clock.c
blob: 49170690946de69ad1ef235adbc80a9a01149f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, version 2, as
 * published by the Free Software Foundation.
 *
 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
 */

#include <asm/trace_clock.h>
#include <asm/time.h>

u64 notrace trace_clock_ppc_tb(void)
{
	return get_tb();
}