Changeset d39ce97d in mainline


Ignore:
Timestamp:
2019-08-17T12:49:44Z (5 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:
5c08011e
Parents:
01552e3
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 10:58:31)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
Message:

Remove comments turned into tickets

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm64/meson.build

    r01552e3 rd39ce97d  
    3333GRUB_LOADER = 'chainloader'
    3434
    35 # FIXME: The loader crashed without explanation when CONFIG_COMPRESSED_INIT is disabled.
    36 
    3735# Request binary output. The ARM64 port manually prepares the .text
    3836# section to look as a PE file than can be loaded on EFI systems.
  • meson/arch/amd64/meson.build

    r01552e3 rd39ce97d  
    2626# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727#
    28 
    29 # TODO: Red Zone is only a problem if we allow interrupts to land on an active
    30 #       stack. Using separate stack for interrupts and ensuring that we never
    31 #       enable interrupts on an interrupt stack would allow us to get rid of
    32 #       the argument.
    3328
    3429arch_uspace_c_args = [
Note: See TracChangeset for help on using the changeset viewer.