powerpc/mm/radix: Update LPCR only if it is powernv
[deliverable/linux.git] / arch / powerpc / kernel / trace_clock.c
CommitLineData
197165d4
NR
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.
5 *
6 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
7 */
8
9#include <asm/trace_clock.h>
10#include <asm/time.h>
11
12u64 notrace trace_clock_ppc_tb(void)
13{
14 return get_tb();
15}
This page took 0.065022 seconds and 5 git commands to generate.