mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
197165d449
Add a new powerpc-specific trace clock using the timebase register, similar to x86-tsc. This gives us - a fast, monotonic, hardware clock source for trace entries, and - a clock that can be used to correlate events across cpus as well as across hypervisor and guests. Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
10 lines
207 B
Makefile
10 lines
207 B
Makefile
generic-y += clkdev.h
|
|
generic-y += div64.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += preempt.h
|
|
generic-y += rwsem.h
|
|
generic-y += vtime.h
|