From: Thomas Petazzoni <thomas.petazzoni at free-electrons.com> Date: Tue, 23 Oct 2012 18:54:57 +0200 > + u32 cause_rx_tx[CONFIG_NR_CPUS]; Please use per-cpu variables instead of explicitly sized arrays.