Changeset 40c8c17 in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2011-11-26T21:37:40Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38ff925
Parents:
056ddc30
Message:

Replace multiple definitions of last_frame with config.physmem_end.
Do not duplicate code which calculates the end of physical memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/main.c

    r056ddc30 r40c8c17  
    9191config_t config = {
    9292        .identity_configured = false,
    93         .non_identity_configured = false
     93        .non_identity_configured = false,
     94        .physmem_end = 0
    9495};
    9596
Note: See TracChangeset for help on using the changeset viewer.