[tip:x86/boot] x86/boot: Simplify the detect_memory*() control flow

2018-11-07 Thread tip-bot for Jordan Borgner
Commit-ID: e8eeb3c8aab044ee8faf5e0389db8518629a9324 Gitweb: https://git.kernel.org/tip/e8eeb3c8aab044ee8faf5e0389db8518629a9324 Author: Jordan Borgner AuthorDate: Fri, 2 Nov 2018 14:56:22 + Committer: Ingo Molnar CommitDate: Tue, 6 Nov 2018 21:05:01 +0100 x86/boot: Simplify

[tip:x86/boot] x86/boot: Simplify the detect_memory*() control flow

2018-11-07 Thread tip-bot for Jordan Borgner
Commit-ID: e8eeb3c8aab044ee8faf5e0389db8518629a9324 Gitweb: https://git.kernel.org/tip/e8eeb3c8aab044ee8faf5e0389db8518629a9324 Author: Jordan Borgner AuthorDate: Fri, 2 Nov 2018 14:56:22 + Committer: Ingo Molnar CommitDate: Tue, 6 Nov 2018 21:05:01 +0100 x86/boot: Simplify

[PATCH] x86: boot: Simplified memory.c

2018-11-02 Thread Jordan Borgner
rogram flow. Define them as void-functions to save overhead. Done by motivation of Ingo Molnar. Signed-off-by: Jordan Borgner --- arch/x86/boot/boot.h | 2 +- arch/x86/boot/memory.c | 31 ++- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/arch/x8

[PATCH] x86: boot: Simplified memory.c

2018-11-02 Thread Jordan Borgner
rogram flow. Define them as void-functions to save overhead. Done by motivation of Ingo Molnar. Signed-off-by: Jordan Borgner --- arch/x86/boot/boot.h | 2 +- arch/x86/boot/memory.c | 31 ++- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/arch/x8

[tip:x86/urgent] x86: Clean up 'sizeof x' => 'sizeof(x)'

2018-10-29 Thread tip-bot for Jordan Borgner
Commit-ID: 0e96f31ea4249b1e94e266fe4dff908c2983a9b3 Gitweb: https://git.kernel.org/tip/0e96f31ea4249b1e94e266fe4dff908c2983a9b3 Author: Jordan Borgner AuthorDate: Sun, 28 Oct 2018 12:58:28 + Committer: Ingo Molnar CommitDate: Mon, 29 Oct 2018 07:13:28 +0100 x86: Clean up 'sizeof x

[tip:x86/urgent] x86: Clean up 'sizeof x' => 'sizeof(x)'

2018-10-29 Thread tip-bot for Jordan Borgner
Commit-ID: 0e96f31ea4249b1e94e266fe4dff908c2983a9b3 Gitweb: https://git.kernel.org/tip/0e96f31ea4249b1e94e266fe4dff908c2983a9b3 Author: Jordan Borgner AuthorDate: Sun, 28 Oct 2018 12:58:28 + Committer: Ingo Molnar CommitDate: Mon, 29 Oct 2018 07:13:28 +0100 x86: Clean up 'sizeof x

[PATCH] arch: x86: Touched up patterns of 'sizeof' functions

2018-10-28 Thread Jordan Borgner
Addded missing parentheses to 'sizeof()' functions in arch/x86/. Like this: Before: 'sizeof x' After: 'sizeof(x)' Done by motivation of Ingo Molnar. Signed-off-by: Jordan Borgner --- linux-4.19/arch/x86/boot/cpucheck.c | 2 +- linux-4.19/arch/x86/boot/early_serial_console.c | 4

[PATCH] arch: x86: Touched up patterns of 'sizeof' functions

2018-10-28 Thread Jordan Borgner
Addded missing parentheses to 'sizeof()' functions in arch/x86/. Like this: Before: 'sizeof x' After: 'sizeof(x)' Done by motivation of Ingo Molnar. Signed-off-by: Jordan Borgner --- linux-4.19/arch/x86/boot/cpucheck.c | 2 +- linux-4.19/arch/x86/boot/early_serial_console.c | 4

[PATCH] arch/x86/boot/memory.c: Touched up coding-style issues

2018-10-27 Thread Jordan Borgner
-off-by: Jordan Borgner --- linux-4.19/arch/x86/boot/memory.c | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/linux-4.19/arch/x86/boot/memory.c b/linux-4.19/arch/x86/boot/memory.c index d9c28c8..a6124af 100644 --- a/linux-4.19/arch/x86/boot/memory.c

[PATCH] arch/x86/boot/memory.c: Touched up coding-style issues

2018-10-27 Thread Jordan Borgner
-off-by: Jordan Borgner --- linux-4.19/arch/x86/boot/memory.c | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/linux-4.19/arch/x86/boot/memory.c b/linux-4.19/arch/x86/boot/memory.c index d9c28c8..a6124af 100644 --- a/linux-4.19/arch/x86/boot/memory.c