Changeset 5e3757d in mainline for genarch/src/mm/page_ht.c


Ignore:
Timestamp:
2006-02-08T13:13:04Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c3243e
Parents:
085d973
Message:

Fix sparc64 and ia64 to work with the changed frame allocator.

Fix ppc32 to at least compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/src/mm/page_ht.c

    r085d973 r5e3757d  
    3131#include <arch/mm/page.h>
    3232#include <mm/frame.h>
    33 #include <mm/heap.h>
     33#include <mm/slab.h>
    3434#include <mm/as.h>
    3535#include <arch/mm/asid.h>
Note: See TracChangeset for help on using the changeset viewer.