Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / arch / powerpc / kernel / trace_clock.c
blob49170690946de69ad1ef235adbc80a9a01149f69
1 /*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License, version 2, as
4 * published by the Free Software Foundation.
6 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
7 */
9 #include <asm/trace_clock.h>
10 #include <asm/time.h>
12 u64 notrace trace_clock_ppc_tb(void)
14 return get_tb();