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 tag 'edac_fix_for_5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp

Pull EDAC fix from Borislav Petkov:
"Fix persistent register offsets of altera_edac, from Thor Thayer"

* tag 'edac_fix_for_5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
EDAC, altera: Fix S10 persistent register offset

+2 -2
+2 -2
drivers/edac/altera_edac.h
··· 295 295 #define S10_SYSMGR_ECC_INTSTAT_DERR_OFST 0xA0 296 296 297 297 /* Sticky registers for Uncorrected Errors */ 298 - #define S10_SYSMGR_UE_VAL_OFST 0x120 299 - #define S10_SYSMGR_UE_ADDR_OFST 0x124 298 + #define S10_SYSMGR_UE_VAL_OFST 0x220 299 + #define S10_SYSMGR_UE_ADDR_OFST 0x224 300 300 301 301 #define S10_DDR0_IRQ_MASK BIT(16) 302 302