Changeset 3061bc1 in mainline for kernel


Ignore:
Timestamp:
2018-02-28T17:52:11Z (8 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:
8565a42, a35b458
Parents:
1b20da0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:29:58)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:11)
Message:

style: Remove trailing whitespace on non-empty lines, remaining files.

Location:
kernel
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r1b20da0 r3061bc1  
    405405        $(AUTOGEN) probe $< >$<.probe.c
    406406        $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
    407         $(AUTOGEN) generate $< <$<.probe.s >$@   
     407        $(AUTOGEN) generate $< <$<.probe.s >$@
    408408
    409409%.o: %.S | depend
  • kernel/arch/ia32/_link.ld.in

    r1b20da0 r3061bc1  
    2323        }
    2424       
    25         .mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)): AT (SIZEOF(.unmapped)) { 
     25        .mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)): AT (SIZEOF(.unmapped)) {
    2626                ktext_start = .;
    2727                *(.text .text.*);
  • kernel/genarch/Makefile.inc

    r1b20da0 r3061bc1  
    174174GENARCH_AUTOGENS_AG += \
    175175        genarch/include/genarch/multiboot/multiboot_memmap_struct.ag \
    176         genarch/include/genarch/multiboot/multiboot_info_struct.ag 
     176        genarch/include/genarch/multiboot/multiboot_info_struct.ag
    177177endif
    178178
  • kernel/test/mm/mapping1.def

    r1b20da0 r3061bc1  
    33        "Mapping test",
    44        &test_mapping1,
    5         true   
     5        true
    66},
Note: See TracChangeset for help on using the changeset viewer.