Skip to content

Commit eb63b34

Browse files
committed
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS bug fixes from Ralf Baechle: "Two more fixes for 4.2. One fixes a build issue with the LLVM assembler - LLVM assembler macro names are case sensitive, GNU as macro names are insensitive; the other corrects a license string (GPL v2, not GPLv2) such that the module loader will recognice the license correctly" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: FIRMWARE: bcm47xx_nvram: Fix module license. MIPS: Fix LLVM build issue.
2 parents c4c53ba + 72ccc89 commit eb63b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/mips/kernel/genex.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ NESTED(nmi_handler, PT_SIZE, sp)
407407
.set noat
408408
SAVE_ALL
409409
FEXPORT(handle_\exception\ext)
410-
__BUILD_clear_\clear
410+
__build_clear_\clear
411411
.set at
412412
__BUILD_\verbose \exception
413413
move a0, sp

drivers/firmware/broadcom/bcm47xx_nvram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ char *bcm47xx_nvram_get_contents(size_t *nvram_size)
245245
}
246246
EXPORT_SYMBOL(bcm47xx_nvram_get_contents);
247247

248-
MODULE_LICENSE("GPLv2");
248+
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)