Changeset b07769b6 in mainline for include/mm/page.h


Ignore:
Timestamp:
2005-08-19T13:12:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4a61ef
Parents:
6a4177a
Message:

Switch over to per vm_t page tables. (breaks ia32 userspace)

Define dummy memcopy() for amd64 and ppc to satisfy compiler.

Get rid of problematic #include <arch/mm/page.h> in mm/page.h.

Indentation fixes and small changes here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mm/page.h

    r6a4177a rb07769b6  
    107107#define SET_FRAME_FLAGS(ptl3, i, x)     SET_FRAME_FLAGS_ARCH(ptl3, i, x)
    108108
    109 #include <arch/mm/page.h>
    110 
    111109extern void page_init(void);
    112110extern void map_page_to_frame(__address page, __address frame, int flags, __address root);
Note: See TracChangeset for help on using the changeset viewer.