Changeset b07769b6 in mainline for arch/ia32/src/mm/page.c


Ignore:
Timestamp:
2005-08-19T13:12:32Z (20 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
  • arch/ia32/src/mm/page.c

    r6a4177a rb07769b6  
    3737#include <synch/spinlock.h>
    3838#include <debug.h>
    39 
    40 /*
    41  * Note.
    42  * This is the preliminary code for controlling paging mechanism on ia32. It is
    43  * needed by other parts of the kernel for its ability to map virtual addresses
    44  * to physical. SMP code relies on this feature. Other than that, this code is
    45  * by no means meant to implement virtual memory in terms of swapping pages in
    46  * and out.
    47  */
    4839
    4940__address bootstrap_dba;
Note: See TracChangeset for help on using the changeset viewer.