Changeset 8725fb4 in mainline for arch/amd64/src/mm/memory_init.c


Ignore:
Timestamp:
2006-01-08T18:11:20Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46d26ee
Parents:
66def8d
Message:

break AMD64, will be fixed soon

File:
1 edited

Legend:

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

    r66def8d r8725fb4  
    3232#include <print.h>
    3333
    34 __u8 e820counter __attribute__ ((section ("BOOT_DATA"))) = 0xff;
    35 struct e820memmap_ e820table[MEMMAP_E820_MAX_RECORDS] __attribute__ ((section ("BOOT_DATA"))) ;
     34__u8 e820counter = 0xff;
     35struct e820memmap_ e820table[MEMMAP_E820_MAX_RECORDS];
     36__u32 e801memorysize;
    3637
    3738size_t get_memory_size(void)
Note: See TracChangeset for help on using the changeset viewer.