Skip to content

Commit b0b806e

Browse files
committed
scripts/sorttable: Rename 'sortextable' to 'sorttable'
commit 1091670 upstream. Use a more generic name for additional table sorting usecases, such as the upcoming ORC table sorting feature. This tool is not tied to exception table sorting anymore. No functional changes intended. [ mingo: Rewrote the changelog. ] Signed-off-by: Shile Zhang <shile.zhang@linux.alibaba.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Michal Marek <michal.lkml@markovi.net> Cc: linux-kbuild@vger.kernel.org Link: https://lkml.kernel.org/r/20191204004633.88660-6-shile.zhang@linux.alibaba.com Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Caspar Zhang <caspar@linux.alibaba.com>
1 parent 007f52e commit b0b806e

File tree

16 files changed

+26
-26
lines changed

16 files changed

+26
-26
lines changed

arch/arc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config ARC
1414
select ARCH_HAS_SYNC_DMA_FOR_DEVICE
1515
select ARCH_HAS_SG_CHAIN
1616
select ARCH_SUPPORTS_ATOMIC_RMW if ARC_HAS_LLSC
17-
select BUILDTIME_EXTABLE_SORT
17+
select BUILDTIME_TABLE_SORT
1818
select CLONE_BACKWARDS
1919
select COMMON_CLK
2020
select DMA_NONCOHERENT_OPS

arch/arm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config ARM
2525
select ARCH_USE_BUILTIN_BSWAP
2626
select ARCH_USE_CMPXCHG_LOCKREF
2727
select ARCH_WANT_IPC_PARSE_VERSION
28-
select BUILDTIME_EXTABLE_SORT if MMU
28+
select BUILDTIME_TABLE_SORT if MMU
2929
select CLONE_BACKWARDS
3030
select CPU_PM if (SUSPEND || CPU_IDLE)
3131
select DCACHE_WORD_ACCESS if HAVE_EFFICIENT_UNALIGNED_ACCESS

arch/arm64/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ config ARM64
7171
select ARM_GIC_V3
7272
select ARM_GIC_V3_ITS if PCI
7373
select ARM_PSCI_FW
74-
select BUILDTIME_EXTABLE_SORT
74+
select BUILDTIME_TABLE_SORT
7575
select CLONE_BACKWARDS
7676
select COMMON_CLK
7777
select CPU_PM if (SUSPEND || CPU_IDLE)

arch/microblaze/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config MICROBLAZE
77
select ARCH_MIGHT_HAVE_PC_PARPORT
88
select ARCH_NO_COHERENT_DMA_MMAP if !MMU
99
select ARCH_WANT_IPC_PARSE_VERSION
10-
select BUILDTIME_EXTABLE_SORT
10+
select BUILDTIME_TABLE_SORT
1111
select TIMER_OF
1212
select CLONE_BACKWARDS3
1313
select COMMON_CLK

arch/mips/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config MIPS
1313
select ARCH_USE_QUEUED_RWLOCKS
1414
select ARCH_USE_QUEUED_SPINLOCKS
1515
select ARCH_WANT_IPC_PARSE_VERSION
16-
select BUILDTIME_EXTABLE_SORT
16+
select BUILDTIME_TABLE_SORT
1717
select CLONE_BACKWARDS
1818
select CPU_PM if CPU_IDLE
1919
select DMA_DIRECT_OPS

arch/parisc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config PARISC
1818
select HAVE_MEMBLOCK
1919
select NO_BOOTMEM
2020
select BUG
21-
select BUILDTIME_EXTABLE_SORT
21+
select BUILDTIME_TABLE_SORT
2222
select HAVE_PERF_EVENTS
2323
select HAVE_KERNEL_BZIP2
2424
select HAVE_KERNEL_GZIP

arch/powerpc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ config PPC
154154
select ARCH_WANT_IPC_PARSE_VERSION
155155
select ARCH_WEAK_RELEASE_ACQUIRE
156156
select BINFMT_ELF
157-
select BUILDTIME_EXTABLE_SORT
157+
select BUILDTIME_TABLE_SORT
158158
select CLONE_BACKWARDS
159159
select DCACHE_WORD_ACCESS if PPC64 && CPU_LITTLE_ENDIAN
160160
select DYNAMIC_FTRACE if FUNCTION_TRACER

arch/s390/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ config S390
107107
select ARCH_USE_CMPXCHG_LOCKREF
108108
select ARCH_WANTS_DYNAMIC_TASK_STRUCT
109109
select ARCH_WANT_IPC_PARSE_VERSION
110-
select BUILDTIME_EXTABLE_SORT
110+
select BUILDTIME_TABLE_SORT
111111
select CLONE_BACKWARDS2
112112
select DYNAMIC_FTRACE if FUNCTION_TRACER
113113
select GENERIC_CLOCKEVENTS

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ config X86
8484
select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
8585
select ARCH_WANTS_DYNAMIC_TASK_STRUCT
8686
select ARCH_WANTS_THP_SWAP if X86_64
87-
select BUILDTIME_EXTABLE_SORT
87+
select BUILDTIME_TABLE_SORT
8888
select CLKEVT_I8253
8989
select CLOCKSOURCE_VALIDATE_LAST_CYCLE
9090
select DCACHE_WORD_ACCESS

arch/xtensa/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config XTENSA
1010
select ARCH_NO_COHERENT_DMA_MMAP if !MMU
1111
select ARCH_WANT_FRAME_POINTERS
1212
select ARCH_WANT_IPC_PARSE_VERSION
13-
select BUILDTIME_EXTABLE_SORT
13+
select BUILDTIME_TABLE_SORT
1414
select CLONE_BACKWARDS
1515
select COMMON_CLK
1616
select DMA_NONCOHERENT_OPS

0 commit comments

Comments
 (0)