Tomas Hruby 40f440b8cd KCall methods do not depend on m_source and m_type fields
- substituted the use of the m_source message field by
  caller->p_endpoint in kernel calls. It is the same information, just
  passed more intuitively.
  
- the last dependency on m_type field is removed.
  
- do_unused() is substituted by a check for NULL.

- this pretty much removes the depency of kernel calls on the general
  message format. In the future this may be used to pass the kcall
  arguments in a different structure or registers (x86-64, ARM?) The
  kcall number may be passed in a register already.
2010-06-01 08:54:31 +00:00
..
2010-05-26 18:45:55 +00:00
2010-03-30 08:34:33 +00:00
2010-05-25 08:06:14 +00:00
2010-04-26 14:43:59 +00:00
2010-05-19 10:00:02 +00:00
2010-05-19 13:24:15 +00:00
2010-06-01 08:51:37 +00:00
2009-01-09 21:44:52 +00:00
2010-05-19 10:00:02 +00:00
2010-05-26 18:45:55 +00:00
2010-02-09 15:29:58 +00:00
2010-04-01 22:22:33 +00:00