ARC: boot log: cut down on verbosity
authorVineet Gupta <vgupta@synopsys.com>
Mon, 25 Feb 2019 19:56:28 +0000 (11:56 -0800)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 25 Feb 2019 23:12:23 +0000 (15:12 -0800)
commit85d6adcbbe6dfc557755543c6c39b497d3032cdc
treef69f46f04ab16a06c7a08f7e049a78c742fe3e2d
parent00a4ae65cc600b008c80429a4fa37ccee21f139e
ARC: boot log: cut down on verbosity

The syscall ABI has long been fixed, so no need to call that out now.

Also, there's no need to print really fine details such as norm,
barrel-shifter etc. Those are given in a Linux enabled hardware config.
So now we print just 1 line for all optional "instruction" related
hardware features

|
| ISA Extn : atomic ll64 unalign mpy[opt 9] div_rem

vs. 2 before

|
|ISA Extn : atomic ll64 unalign
| : mpy[opt 9] div_rem norm barrel-shift swap minmax swape

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/arcregs.h
arch/arc/kernel/setup.c