From a7160b7eaf2d914e1b552807b9d13acf23b47293 Mon Sep 17 00:00:00 2001 From: Sudeep KarkadaNagesha Date: Tue, 23 Jul 2013 12:32:42 +0100 Subject: [PATCH] ARM: mach-mvebu: remove redundant DT parsing and validation arm_dt_init_cpu_maps parses the device tree, validates and sets the cpu_possible_mask appropriately. It is unnecessary to do another DT parse to get the number of cpus, use num_possible_cpus instead. Cc: Gregory Clement Cc: Jason Cooper Cc: Andrew Lunn Signed-off-by: Sudeep KarkadaNagesha Acked-by: Gregory Clement Signed-off-by: Jason Cooper --- Reading git-format-patch failed