From: Linus Torvalds Date: Fri, 22 Oct 2010 17:43:11 +0000 (-0700) Subject: Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl X-Git-Tag: v2.6.37-rc1~176 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=5704e44d283e907623e3775c1262f206a2c48cf3 Merge branch 'config' of git://git./linux/kernel/git/arnd/bkl * 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl: BKL: introduce CONFIG_BKL. dabusb: remove the BKL sunrpc: remove the big kernel lock init/main.c: remove BKL notations blktrace: remove the big kernel lock rtmutex-tester: make it build without BKL dvb-core: kill the big kernel lock dvb/bt8xx: kill the big kernel lock tlclk: remove big kernel lock fix rawctl compat ioctls breakage on amd64 and itanic uml: kill big kernel lock parisc: remove big kernel lock cris: autoconvert trivial BKL users alpha: kill big kernel lock isapnp: BKL removal s390/block: kill the big kernel lock hpet: kill BKL, add compat_ioctl --- 5704e44d283e907623e3775c1262f206a2c48cf3 diff --cc arch/um/drivers/hostaudio_kern.c index 63c740a85b4c,d92ff6d60297..f9f6a4e20590 --- a/arch/um/drivers/hostaudio_kern.c +++ b/arch/um/drivers/hostaudio_kern.c @@@ -61,8 -56,19 +61,10 @@@ static int set_mixer(char *name, int *a } __uml_setup("mixer=", set_mixer, "mixer=\n" MIXER_HELP); - -#else /*MODULE*/ - -module_param(dsp, charp, 0644); -MODULE_PARM_DESC(dsp, DSP_HELP); - -module_param(mixer, charp, 0644); -MODULE_PARM_DESC(mixer, MIXER_HELP); - #endif + static DEFINE_MUTEX(hostaudio_mutex); + /* /dev/dsp file operations */ static ssize_t hostaudio_read(struct file *file, char __user *buffer,