Changeset 566ba81 in mainline for generic/include/mm


Ignore:
Timestamp:
2006-01-08T14:43:52Z (20 years ago)
Author:
Sergey Bondari <bondari@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d7ffa65
Parents:
2fe2046c
Message:

Console command 'zone' now takes zone address as parameter.
Added buddy system statistics into the 'zone' command.

Location:
generic/include/mm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/buddy.h

    r2fe2046c r566ba81  
    5656extern bool buddy_system_can_alloc(buddy_system_t *b, __u8 order);
    5757extern void buddy_system_free(buddy_system_t *b, link_t *block);
     58extern void buddy_system_structure_print(buddy_system_t *b);
     59
    5860
    5961#endif
  • generic/include/mm/frame.h

    r2fe2046c r566ba81  
    114114 */
    115115extern void zone_print_list(void);
    116 extern void zone_print_one(index_t index);
     116extern void zone_print_one(__address base);
    117117
    118118#endif
Note: See TracChangeset for help on using the changeset viewer.