OSDN Git Service

x86, e820: Clean up sanitize_e820_map() users
authorWANG Chao <chaowang@redhat.com>
Wed, 7 Jan 2015 03:37:38 +0000 (11:37 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 Jan 2015 15:14:27 +0000 (16:14 +0100)
commitd574ffa1066003569ed5cdaeabf44597564ce975
tree5beddeab40b224022910fffa8d99d6b0a05de6a2
parent7389882c81474d635a208726edb22938645ff9ad
x86, e820: Clean up sanitize_e820_map() users

The argument 3 of sanitize_e820_map() will only be updated upon a
successful sanitization. Some of the callers have extra conditionals
for the same purpose. Clean them up.

default_machine_specific_memory_setup() must keep the extra
conditional because boot_params.e820_entries is an u8 and not an u32,
so the direct update would overwrite other fields in boot_params.

[ tglx: Massaged changelog ]

Signed-off-by: WANG Chao <chaowang@redhat.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Lee Chun-Yi <joeyli.kernel@gmail.com>
Cc: Xishi Qiu <qiuxishi@huawei.com>
Link: http://lkml.kernel.org/r/1420601859-18439-1-git-send-email-chaowang@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/e820.c