]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/x86/mm/init.c
x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix
authorIngo Molnar <mingo@kernel.org>
Sat, 28 Jan 2017 21:52:16 +0000 (22:52 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 28 Jan 2017 21:55:26 +0000 (22:55 +0100)
commit0c6fc11ac343c82d4a2f8348fa6f829e07c12554
treecb311c7c04e452f579922ebf8b23fa70c95282c9
parentdd618c7256121c753f3c7451e159f2ae53b73d3c
x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix

Three more renames left:

   e820_end_of_ram_pfn()      =>  e820__end_of_ram_pfn()
   e820_end_of_low_ram_pfn()  =>  e820__end_of_low_ram_pfn()
   e820_reallocate_tables()   =>  e820__reallocate_tables()

After this all E820 API calls are prefixed with "e820__", making
it much easier to grep for E820 functionality in the kernel.

No change in functionality.

Cc: Alex Thorlton <athorlton@sgi.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Huang, Ying <ying.huang@intel.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul Jackson <pj@sgi.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Tejun Heo <tj@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Wei Yang <richard.weiyang@gmail.com>
Cc: Yinghai Lu <yinghai@kernel.org>
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/setup.c
arch/x86/mm/init.c