Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arc: vdk: Disable halt on reset

In recent VDKs ARC cores are configured as "run on reset"
which made existing kernel configuration outdated to effect that
slave cores never start execution of the code keeping only master
online.

With that fix we're again in sync with VDK platform.

And while at it we regenerate defconfig via savedefconfig so default
options are now excluded.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

authored by

Alexey Brodkin and committed by
Vineet Gupta
91447ec9 d5adbfcd

+1 -2
+1 -2
arch/arc/configs/vdk_hs38_smp_defconfig
··· 16 16 CONFIG_ISA_ARCV2=y 17 17 CONFIG_SMP=y 18 18 # CONFIG_ARC_TIMERS_64BIT is not set 19 + # CONFIG_ARC_SMP_HALT_ON_RESET is not set 19 20 CONFIG_ARC_UBOOT_SUPPORT=y 20 21 CONFIG_ARC_BUILTIN_DTB_NAME="vdk_hs38_smp" 21 22 CONFIG_PREEMPT=y ··· 57 56 CONFIG_MOUSE_PS2_TOUCHKIT=y 58 57 CONFIG_SERIO_ARC_PS2=y 59 58 # CONFIG_LEGACY_PTYS is not set 60 - # CONFIG_DEVKMEM is not set 61 59 CONFIG_SERIAL_8250=y 62 60 CONFIG_SERIAL_8250_CONSOLE=y 63 61 CONFIG_SERIAL_8250_DW=y ··· 80 80 CONFIG_USB_SERIAL=y 81 81 # CONFIG_IOMMU_SUPPORT is not set 82 82 CONFIG_EXT3_FS=y 83 - CONFIG_EXT4_FS=y 84 83 CONFIG_MSDOS_FS=y 85 84 CONFIG_VFAT_FS=y 86 85 CONFIG_NTFS_FS=y