Ignore:
Timestamp:
2018-10-17T22:51:33Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1d18bbc0, d723a80
Parents:
7900e5d
Message:

Remove hardcoded data variables from kernel linker scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/arch/boot/boot.h

    r7900e5d r8a1afd2  
    4444#ifdef CONFIG_SMP
    4545
    46 /* This is only a symbol so the type is dummy. Obtain the value using &. */
    47 extern int _hardcoded_unmapped_size;
     46extern uint8_t unmapped_kdata_end[];
    4847
    4948#endif /* CONFIG_SMP */
Note: See TracChangeset for help on using the changeset viewer.