Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc

Pull sparc bugfix from David Miller.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc64: repair calling incorrect hweight function from stubs

+2 -2
+2 -2
arch/sparc/lib/hweight.S
··· 44 44 .previous 45 45 46 46 ENTRY(__arch_hweight64) 47 - sethi %hi(__sw_hweight16), %g1 48 - jmpl %g1 + %lo(__sw_hweight16), %g0 47 + sethi %hi(__sw_hweight64), %g1 48 + jmpl %g1 + %lo(__sw_hweight64), %g0 49 49 nop 50 50 ENDPROC(__arch_hweight64) 51 51 EXPORT_SYMBOL(__arch_hweight64)