Skip to content

Commit 9a18b5a

Browse files
metuxvineetgarc
authored andcommitted
arch: arc: Kconfig: pedantic formatting
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
1 parent 3032f0c commit 9a18b5a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

arch/arc/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ config ARC_CPU_770
144144
Support for ARC770 core introduced with Rel 4.10 (Summer 2011)
145145
This core has a bunch of cool new features:
146146
-MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
147-
Shared Address Spaces (for sharing TLB entries in MMU)
147+
Shared Address Spaces (for sharing TLB entries in MMU)
148148
-Caches: New Prog Model, Region Flush
149149
-Insns: endian swap, load-locked/store-conditional, time-stamp-ctr
150150

151-
endif #ISA_ARCOMPACT
151+
endif #ISA_ARCOMPACT
152152

153153
config ARC_CPU_HS
154154
bool "ARC-HS"
@@ -198,7 +198,7 @@ config ARC_SMP_HALT_ON_RESET
198198
at designated entry point. For other case, all jump to common
199199
entry point and spin wait for Master's signal.
200200

201-
endif #SMP
201+
endif #SMP
202202

203203
config ARC_MCIP
204204
bool "ARConnect Multicore IP (MCIP) Support "
@@ -249,7 +249,7 @@ config ARC_CACHE_VIPT_ALIASING
249249
bool "Support VIPT Aliasing D$"
250250
depends on ARC_HAS_DCACHE && ISA_ARCOMPACT
251251

252-
endif #ARC_CACHE
252+
endif #ARC_CACHE
253253

254254
config ARC_HAS_ICCM
255255
bool "Use ICCM"
@@ -370,7 +370,7 @@ config ARC_FPU_SAVE_RESTORE
370370
based on actual usage of FPU by a task. Thus our implemn does
371371
this for all tasks in system.
372372

373-
endif #ISA_ARCOMPACT
373+
endif #ISA_ARCOMPACT
374374

375375
config ARC_CANT_LLSC
376376
def_bool n
@@ -423,7 +423,7 @@ config ARC_IRQ_NO_AUTOSAVE
423423
This is programmable and can be optionally disabled in which case
424424
software INTERRUPT_PROLOGUE/EPILGUE do the needed work
425425

426-
endif # ISA_ARCV2
426+
endif # ISA_ARCV2
427427

428428
endmenu # "ARC CPU Configuration"
429429

arch/arc/plat-eznps/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ config EZNPS_MTM_EXT
2626
help
2727
Here we add new hierarchy for CPUs topology.
2828
We got:
29-
Core
30-
Thread
29+
Core
30+
Thread
3131
At the new thread level each CPU represent one HW thread.
3232
At highest hierarchy each core contain 16 threads,
3333
any of them seem like CPU from Linux point of view.
3434
All threads within same core share the execution unit of the
3535
core and HW scheduler round robin between them.
3636

3737
config EZNPS_MEM_ERROR_ALIGN
38-
bool "ARC-EZchip Memory error as an exception"
39-
depends on EZNPS_MTM_EXT
40-
default n
41-
help
38+
bool "ARC-EZchip Memory error as an exception"
39+
depends on EZNPS_MTM_EXT
40+
default n
41+
help
4242
On the real chip of the NPS, user memory errors are handled
4343
as a machine check exception, which is fatal, whereas on
4444
simulator platform for NPS, is handled as a Level 2 interrupt

0 commit comments

Comments
 (0)