]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/boot/e820: Simplify e820__print_table() a bit
authorIngo Molnar <mingo@kernel.org>
Thu, 15 May 2025 12:05:18 +0000 (14:05 +0200)
committerIngo Molnar <mingo@kernel.org>
Sun, 14 Dec 2025 08:19:36 +0000 (09:19 +0100)
commit0bb4a8bdbd22fda17660fdd4c086adaf4970239b
tree25fd320a77df698d2d21c389d936690ce94d24c0
parentdb0d69c5700ba4749217b83b475606d864d46226
x86/boot/e820: Simplify e820__print_table() a bit

Introduce 'entry' for the current table entry and shorten
repetitious use of e820_table->entries[i].

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: H . Peter Anvin <hpa@zytor.com>
Cc: Andy Shevchenko <andy@kernel.org>
Cc: Arnd Bergmann <arnd@kernel.org>
Cc: David Woodhouse <dwmw@amazon.co.uk>
Cc: Juergen Gross <jgross@suse.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Paul Menzel <pmenzel@molgen.mpg.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://patch.msgid.link/20250515120549.2820541-3-mingo@kernel.org
arch/x86/kernel/e820.c