Changeset 566ba81 in mainline for generic/include/mm/frame.h


Ignore:
Timestamp:
2006-01-08T14:43:52Z (19 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.