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 'powerpc-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fix from Michael Ellerman:

- Fix crash in memcpy on 8xx due to dcbz workaround since recent
changes

Thanks to Christophe Leroy.

* tag 'powerpc-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc/8xx: Fix kernel DTLB miss on dcbz

+1
+1
arch/powerpc/kernel/head_8xx.S
··· 494 494 bctr /* jump into table */ 495 495 152: 496 496 mfdar r11 497 + mtdar r10 497 498 mtctr r11 /* restore ctr reg from DAR */ 498 499 mfspr r11, SPRN_SPRG_THREAD 499 500 stw r10, DAR(r11)