Jim Warner 0354fc1c8f library: miscellaneous minor accumulated <pids> tweaks
This patch contains the following minor modifications:

. When assigning to boot_seconds from a double, a cast
to 'unsigned long' was employed that in reality should
have been 'unsigned long long'. But, on second thought
it's probably best if the compiler makes the decision.

. Results for ID_TGID do not require an 'f_status' flg
since both tid and tgid will be available by virtue of
the 'simple_nextpid' function normal operations. Thus,
that flag has been removed from the <pids> Item_table.

. When the pids_stacks structure was eliminated with a
change to the alloc/dealloc functions in the reference
below, several casts became redundant and are removed.

Reference(s):
commit 747dfc5987e6e91ea3a8575de307e2892790c598.

Signed-off-by: Jim Warner <james.warner@comcast.net>
2015-10-09 21:33:14 +11:00
..
2015-09-03 22:32:19 +10:00
2015-09-01 20:41:25 +10:00
2015-09-01 20:41:25 +10:00
2015-07-07 22:42:06 +10:00
2015-09-03 22:32:19 +10:00
2015-06-19 21:00:46 +10:00
2015-07-07 22:42:06 +10:00
2015-07-20 22:23:21 +10:00