From: Uwe Kleine-König Date: Mon, 16 Dec 2013 09:38:57 +0000 (+0100) Subject: ARM: show_regs: on v7-M there are no FIQs, different processor modes, ... X-Git-Tag: v3.15-rc1~82^2^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e55fde3f2eaeb1d341508108a51a61dd0fb470;p=pandora-kernel.git ARM: show_regs: on v7-M there are no FIQs, different processor modes, ... no indication about irqs in PSR and only a single ISA. So skip the whole decoding and just print the xPSR on v7-M. Also mark two static variables as __maybe_unused to prevent the compiler from emitting: arch/arm/kernel/process.c:51:20: warning: 'processor_modes' defined but not used [-Wunused-variable] arch/arm/kernel/process.c:58:20: warning: 'isa_modes' defined but not used [-Wunused-variable] Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed