summaryrefslogtreecommitdiff
path: root/scripts/subarch.include
blob: 650682821126c39fb145b924b8340a07eeec1bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SUBARCH tells the usermode build what the underlying arch is.  That is set
# first, and if a usermode build is happening, the "ARCH=um" on the command
# line overrides the setting of ARCH below.  If a native build is happening,
# then ARCH is assigned, getting whatever value it gets normally, and
# SUBARCH is subsequently ignored.

SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
				  -e s/sun4u/sparc64/ \
				  -e s/arm.*/arm/ -e s/sa110/arm/ \
				  -e s/s390x/s390/ -e s/parisc64/parisc/ \
				  -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
				  -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ \
				  -e s/riscv.*/riscv/)
c?id=b407e620eca0b026410b7f95e76c83028779019a'>h8300: switch to generic old sigsuspendAl Viro 2013-02-03h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro 2013-02-03h8300: switch to generic sigaltstackAl Viro 2012-10-01Uninclude linux/freezer.hRichard Weinberger 2012-07-11h8300/signal: fix typo "statis"Geert Uytterhoeven 2012-06-01new helper: signal_delivered()Al Viro 2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro 2012-06-01don't call try_to_freeze() from do_signal()Al Viro 2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro 2012-06-01new helper: sigmask_to_save()Al Viro 2012-06-01new helper: restore_saved_sigmask()Al Viro 2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro 2012-05-21h8300: missing checks of __get_user()/__put_user() return valuesAl Viro 2012-05-21h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro 2012-05-21h8300: don't change blocked signals' mask if setting frame up failsAl Viro le='2013-12-09 18:42:27 +0000'>2013-12-09ASoC: restructure dmaengine_pcm_request_chan_of()Stephen Warren 2013-12-02ASoC: generic-dmaengine-pcm: Set BATCH flag when residue reporting is not sup...Lars-Peter Clausen 2013-11-08Merge tag 'asoc-v3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai 2013-11-07ASoC: generic-dmaengine-pcm: Use SNDRV_DMA_TYPE_DEV_IRAM as defaultNicolin Chen 2013-11-07ASoC: generic-dmaengine-pcm: Clear slave_config memoryLee Jones 2013-10-25ASoC: dmaengine: Use SNDRV_PCM_STREAM_LAST for array sizeTakashi Iwai 2013-10-24ASoC: dmaengine: Use filter_data rather than dma_data for compat requestsMark Brown 2013-10-24ASoC: dmaengine: Support custom channel namesMark Brown 2013-10-19ASoC: dmaengine-pcm: Provide default configLars-Peter Clausen 2013-10-19ASoC: dmaengine-pcm: Add support for querying DMA capabilitiesLars-Peter Clausen 2013-04-23ASoC: generic-dmaengine-pcm: call dma_request_slave_channel()Shawn Guo 2013-04-23ASoC: generic-dmaengine-pcm: use a more common dma nameShawn Guo 2013-04-22ASoC: generic-dmaengine-pcm: Add support for half-duplexLars-Peter Clausen 2013-04-17ASoC: dmaengine-pcm: Add support for platforms which can't report residueLars-Peter Clausen 2013-04-17ASoC: dmaengine_pcm: Add support for compat platformsLars-Peter Clausen 2013-04-17ASoC: Add a generic dmaengine_pcm driverLars-Peter Clausen