/[hurd]/hurd-l4/physmem/zalloc.c
ViewVC logotype

Diff of /hurd-l4/physmem/zalloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marcus, Wed Sep 17 01:16:53 2003 UTC revision 1.2 by marcus, Wed Sep 17 02:50:37 2003 UTC
# Line 111  static struct block *zone[ZONES] = { 0, Line 111  static struct block *zone[ZONES] = { 0,
111  /* Find the first bit set.  The least significant bit is 1.  If no bit  /* Find the first bit set.  The least significant bit is 1.  If no bit
112     is set, return 0.  FIXME: This can be optimized a lot, in an     is set, return 0.  FIXME: This can be optimized a lot, in an
113     archtecture dependent way.  Add to libl4, like __l4_msb().  */     archtecture dependent way.  Add to libl4, like __l4_msb().  */
114  inline unsigned int  static inline unsigned int
115  wffs (l4_word_t nr)  wffs (l4_word_t nr)
116  {  {
117    unsigned int bit = 0;    unsigned int bit = 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26