Changeset 085d973 in mainline for arch/amd64/src/mm/page.c


Ignore:
Timestamp:
2006-02-08T12:34:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e3757d
Parents:
eb1b8b6
Message:

Cleanup o frame allocator.
Removed early_malloc & initial heap.
Will break ia64, ppc & sparc.
Added e820 table print.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/mm/page.c

    reb1b8b6 r085d973  
    4545        if (config.cpu_active == 1) {
    4646                page_mapping_operations = &pt_mapping_operations;
    47        
     47               
    4848                /*
    4949                 * PA2KA(identity) mapping for all frames.
     
    5252                        page_mapping_insert(AS_KERNEL, PA2KA(cur), cur, PAGE_CACHEABLE | PAGE_EXEC);
    5353                }
    54 
    5554                exc_register(14, "page_fault", (iroutine)page_fault);
    5655                write_cr3((__address) AS_KERNEL->page_table);
Note: See TracChangeset for help on using the changeset viewer.