Changeset b07c332 in mainline for kernel/arch/amd64/include/mm/frame.h


Ignore:
Timestamp:
2008-02-05T14:02:09Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5ed4f8
Parents:
a0f6a61
Message:

convert e820list to a generic physmem command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/mm/frame.h

    ra0f6a61 rb07c332  
    4141
    4242#define FRAME_WIDTH             12      /* 4K */
    43 #define FRAME_SIZE              (1<<FRAME_WIDTH)
     43#define FRAME_SIZE              (1 << FRAME_WIDTH)
    4444
    4545#ifndef __ASM__
    4646extern uintptr_t last_frame;
    4747extern void frame_arch_init(void);
     48extern void physmem_print(void);
    4849#endif /* __ASM__ */
    4950
Note: See TracChangeset for help on using the changeset viewer.