1. 12 5月, 2007 4 次提交
  2. 10 5月, 2007 1 次提交
    • T
      [POWERPC] Change rheap functions to use ulongs instead of pointers · 4c35630c
      Timur Tabi 提交于
      The rheap allocation functions return a pointer, but the actual value is based
      on how the heap was initialized, and so it can be anything, e.g. an offset
      into a buffer.  A ulong is a better representation of the value returned by
      the allocation functions.
      
      This patch changes all of the relevant rheap functions to use a unsigned long
      integers instead of a pointer.  In case of an error, the value returned is
      a negative error code that has been cast to an unsigned long.  The caller can
      use the IS_ERR_VALUE() macro to check for this.
      
      All code which calls the rheap functions is updated accordingly.  Macros
      IS_MURAM_ERR() and IS_DPERR(), have been deleted in favor of IS_ERR_VALUE().
      
      Also added error checking to rh_attach_region().
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      4c35630c
  3. 09 5月, 2007 1 次提交
  4. 08 5月, 2007 7 次提交
  5. 07 5月, 2007 3 次提交
  6. 02 5月, 2007 1 次提交
  7. 30 4月, 2007 2 次提交
  8. 28 4月, 2007 1 次提交
  9. 24 4月, 2007 5 次提交
  10. 13 4月, 2007 1 次提交
  11. 30 3月, 2007 1 次提交
  12. 29 3月, 2007 1 次提交
  13. 27 3月, 2007 4 次提交
  14. 26 3月, 2007 1 次提交
  15. 09 3月, 2007 1 次提交
  16. 18 2月, 2007 1 次提交
  17. 17 2月, 2007 1 次提交
  18. 16 2月, 2007 2 次提交
  19. 14 2月, 2007 1 次提交
  20. 09 2月, 2007 1 次提交