Changeset 46fc2f9 in mainline for generic/src/mm/slab.c


Ignore:
Timestamp:
2006-05-27T22:57:21Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6212095
Parents:
00b595b
Message:

Added 256K slab, so that AMD can boot (until ELF loader is fixed).
Added AS_AREA_RECV so that the caller can receive AS_AREA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/slab.c

    r00b595b r46fc2f9  
    128128        "malloc-256","malloc-512","malloc-1K","malloc-2K",
    129129        "malloc-4K","malloc-8K","malloc-16K","malloc-32K",
    130         "malloc-64K","malloc-128K"
     130        "malloc-64K","malloc-128K","malloc-256K"
    131131};
    132132
Note: See TracChangeset for help on using the changeset viewer.