]> Zhao Yanbai Git Server - minix.git/commit
KERNEL - has_pending() not exposed
authorTomas Hruby <thruby@few.vu.nl>
Mon, 31 Oct 2011 15:21:08 +0000 (15:21 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 13 Jan 2012 11:29:59 +0000 (11:29 +0000)
commite4d46a2146b9fe2842be85853031d269350c38d6
tree9346961fefbe97ae705874d2d5aa8289dae3fccf
parent8d0a1f71bf2fc4185dad46878ab23aef6a949db6
KERNEL - has_pending() not exposed

- has_pending() takes a special argument that tells the code
  whether we are scanning for asynchronous message or something
  else.

- has_pending() is not used directly anymore

- the new functions are wrappings around has_pending() to make
  the use more comfortable.

- these functions should become static inline eventually
kernel/proc.c
kernel/proto.h
kernel/system.c