Loading .gitignore +28 −21 Original line number Diff line number Diff line Loading @@ -7,38 +7,40 @@ # command after changing this file, to see if there are # any tracked files which get ignored after the change. # # Normal rules # Normal rules (sorted alphabetically) # .* *.a *.bin *.bz2 *.c.[012]*.* *.dtb *.dtb.S *.dwo *.elf *.gcno *.gz *.i *.ko *.ll *.lst *.lz4 *.lzma *.lzo *.mod.c *.o *.o.* *.a *.order *.patch *.s *.ko *.so *.so.dbg *.mod.c *.i *.lst *.su *.symtypes *.order *.elf *.bin *.tar *.gz *.bz2 *.lzma *.xz *.lz4 *.lzo *.patch *.gcno *.ll modules.builtin Module.symvers *.dwo *.su *.c.[012]*.* modules.builtin # # Top-level generic files Loading @@ -53,6 +55,11 @@ Module.symvers /System.map /Module.markers # # RPM spec file (make rpm-pkg) # /*.spec # # Debian directory (make deb-pkg) # Loading Makefile +1 −1 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 SUBLEVEL = 18 SUBLEVEL = 19 EXTRAVERSION = NAME = Petit Gorille Loading arch/arc/boot/.gitignore +0 −1 Original line number Diff line number Diff line *.dtb* uImage arch/arm/boot/.gitignore +0 −2 Original line number Diff line number Diff line Loading @@ -3,5 +3,3 @@ zImage xipImage bootpImage uImage *.dtb zImage-dtb No newline at end of file arch/arm/kernel/traps.c +0 −1 Original line number Diff line number Diff line Loading @@ -827,7 +827,6 @@ void abort(void) /* if that doesn't kill us, halt */ panic("Oops failed to kill thread"); } EXPORT_SYMBOL(abort); void __init trap_init(void) { Loading Loading
.gitignore +28 −21 Original line number Diff line number Diff line Loading @@ -7,38 +7,40 @@ # command after changing this file, to see if there are # any tracked files which get ignored after the change. # # Normal rules # Normal rules (sorted alphabetically) # .* *.a *.bin *.bz2 *.c.[012]*.* *.dtb *.dtb.S *.dwo *.elf *.gcno *.gz *.i *.ko *.ll *.lst *.lz4 *.lzma *.lzo *.mod.c *.o *.o.* *.a *.order *.patch *.s *.ko *.so *.so.dbg *.mod.c *.i *.lst *.su *.symtypes *.order *.elf *.bin *.tar *.gz *.bz2 *.lzma *.xz *.lz4 *.lzo *.patch *.gcno *.ll modules.builtin Module.symvers *.dwo *.su *.c.[012]*.* modules.builtin # # Top-level generic files Loading @@ -53,6 +55,11 @@ Module.symvers /System.map /Module.markers # # RPM spec file (make rpm-pkg) # /*.spec # # Debian directory (make deb-pkg) # Loading
Makefile +1 −1 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 SUBLEVEL = 18 SUBLEVEL = 19 EXTRAVERSION = NAME = Petit Gorille Loading
arch/arm/boot/.gitignore +0 −2 Original line number Diff line number Diff line Loading @@ -3,5 +3,3 @@ zImage xipImage bootpImage uImage *.dtb zImage-dtb No newline at end of file
arch/arm/kernel/traps.c +0 −1 Original line number Diff line number Diff line Loading @@ -827,7 +827,6 @@ void abort(void) /* if that doesn't kill us, halt */ panic("Oops failed to kill thread"); } EXPORT_SYMBOL(abort); void __init trap_init(void) { Loading