Skip to content

Commit

Permalink
Rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER.
Browse files Browse the repository at this point in the history
This follows upstream 0192445.
  • Loading branch information
amotin authored and usaleem-ix committed Oct 29, 2024
1 parent fbc663b commit fe01658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ config X86_PMEM_LEGACY

Say Y if unsure.

config FORCE_MAX_ZONEORDER
config ARCH_FORCE_MAX_ORDER
int "Maximum zone order"
default "11"
help
Expand Down
2 changes: 1 addition & 1 deletion scripts/package/truenas/truenas.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONFIG_TRUENAS=y
#
# Processor type and features
#
CONFIG_FORCE_MAX_ZONEORDER=14
CONFIG_ARCH_FORCE_MAX_ORDER=14
# end of Processor type and features

# CONFIG_MODULE_SIG_ALL is not set
Expand Down

0 comments on commit fe01658

Please sign in to comment.