]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/boot/e820: Rename the e820_table_firmware to e820_table_kexec
authorChen Yu <yu.c.chen@intel.com>
Sun, 2 Jul 2017 17:07:12 +0000 (01:07 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 5 Jul 2017 08:09:02 +0000 (10:09 +0200)
commita09bae0f8aa08d4d76d0ebece26062a49ec51ac9
treee1b8e516aac48383e549e951ee44b120cba4ab8f
parentb7a67e02cd2b0d632114dcfb4bfb9b1d85dee325
x86/boot/e820: Rename the e820_table_firmware to e820_table_kexec

Currently the e820_table_firmware[] table is mainly used by the kexec,
and it is not what it's supposed to be - despite its name it might be
modified by the kernel.

So change its name to e820_table_kexec[]. In the next patch we will
introduce the real e820_table_firmware[] table.

No functional change.

Signed-off-by: Chen Yu <yu.c.chen@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Xunlei Pang <xlpang@redhat.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/e820/api.h
arch/x86/kernel/e820.c
arch/x86/kernel/kexec-bzimage64.c
arch/x86/power/hibernate_64.c