Changeset ad12b5ea in mainline for kernel/generic/include/mm/frame.h


Ignore:
Timestamp:
2011-11-20T16:53:04Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2686705
Parents:
a55ddc64
Message:

Factor out the amd64/ia32 code which calculates the bounds of
a zone after considering the low/hich memory split to a new
generic function frame_adjust_zone_bounds().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/frame.h

    ra55ddc64 rad12b5ea  
    159159
    160160extern void frame_init(void);
     161extern bool frame_adjust_zone_bounds(bool, uintptr_t *, size_t *);
    161162extern void *frame_alloc_generic(uint8_t, frame_flags_t, size_t *);
    162163extern void *frame_alloc(uint8_t, frame_flags_t);
Note: See TracChangeset for help on using the changeset viewer.