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

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc: fix array bounds error setting up PCIC NMI trap

+2 -2
+2 -2
arch/sparc/kernel/pcic.c
··· 352 352 strcpy(pbm->prom_name, namebuf); 353 353 354 354 { 355 - extern volatile int t_nmi[1]; 356 - extern int pcic_nmi_trap_patch[1]; 355 + extern volatile int t_nmi[4]; 356 + extern int pcic_nmi_trap_patch[4]; 357 357 358 358 t_nmi[0] = pcic_nmi_trap_patch[0]; 359 359 t_nmi[1] = pcic_nmi_trap_patch[1];