]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: move psinfo to its own header file
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 23 Jan 2013 09:47:21 +0000 (04:47 -0500)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:41:40 +0000 (22:41 +0100)
commit7df40cdebf91b95041417a50b5297447c693a84c
tree88cca06a3562bebc53f7d367def22d28f6a877cc
parent53784fa2bed4be9dfdbb03269f434c4436ae6bb2
dtrace: move psinfo to its own header file

The psinfo structure definition and related function prototypes have been moved
to their own header file to avoiding including dtrace_os.h in sched.h.  This is
also one step closer to providing the psinfo as a more generic piece of info,
rather than it being dtrace specific.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
include/linux/dtrace_os.h
include/linux/dtrace_psinfo.h [new file with mode: 0644]
include/linux/sched.h