diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-27 10:08:31 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-27 10:08:31 -0800 |
commit | 03018ac2bb6a2fb1b1272e180141676a97a6a877 (patch) | |
tree | e36d9fb37d6ff231010016dfebee5bc9c4f70950 /arch/arc/configs/nsim_hs_smp_defconfig | |
parent | 4fe5e199ebcd82a05c7446e7e6b85027358dc274 (diff) | |
parent | 2e22502c080f27afeab5e6f11e618fb7bc7aea53 (diff) | |
download | linux-03018ac2bb6a2fb1b1272e180141676a97a6a877.tar.bz2 |
Merge tag 'arc-4.4-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC fixes from Vineet Gupta:
- Fix for perf callgraph unwinding causing RCU stalls
- Fix to enable Linux to run on non-default Interrupt priority 0
- Removal of pointless SYNC from __switch_to()
* tag 'arc-4.4-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
ARC: dw2 unwind: Remove falllback linear search thru FDE entries
ARC: remove SYNC from __switch_to()
ARCv2: Use the default irq priority for idle sleep
ARC: Abstract out ISA specific SLEEP args
ARC: comments update
ARC: switch to arc-linux- CROSS_COMPILE prefix across all configs
Diffstat (limited to 'arch/arc/configs/nsim_hs_smp_defconfig')
-rw-r--r-- | arch/arc/configs/nsim_hs_smp_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/configs/nsim_hs_smp_defconfig b/arch/arc/configs/nsim_hs_smp_defconfig index dc6f74f41283..96bd1c20fb0b 100644 --- a/arch/arc/configs/nsim_hs_smp_defconfig +++ b/arch/arc/configs/nsim_hs_smp_defconfig @@ -1,4 +1,4 @@ -CONFIG_CROSS_COMPILE="arc-linux-uclibc-" +CONFIG_CROSS_COMPILE="arc-linux-" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="ARCLinux" # CONFIG_SWAP is not set |