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

Pull powerpc fix from Michael Ellerman:

- Reinstate ARCH_FORCE_MAX_ORDER ranges to fix various breakage

* tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER ranges

+6
+6
arch/powerpc/Kconfig
··· 906 906 907 907 config ARCH_FORCE_MAX_ORDER 908 908 int "Order of maximal physically contiguous allocations" 909 + range 7 8 if PPC64 && PPC_64K_PAGES 909 910 default "8" if PPC64 && PPC_64K_PAGES 911 + range 12 12 if PPC64 && !PPC_64K_PAGES 910 912 default "12" if PPC64 && !PPC_64K_PAGES 913 + range 8 10 if PPC32 && PPC_16K_PAGES 911 914 default "8" if PPC32 && PPC_16K_PAGES 915 + range 6 10 if PPC32 && PPC_64K_PAGES 912 916 default "6" if PPC32 && PPC_64K_PAGES 917 + range 4 10 if PPC32 && PPC_256K_PAGES 913 918 default "4" if PPC32 && PPC_256K_PAGES 919 + range 10 10 914 920 default "10" 915 921 help 916 922 The kernel page allocator limits the size of maximal physically