[PATCH]: Remove dead copy_io_context()
Since anticipatory IO scheduler was removed, copy_io_context() function isn't used anymore, so this patch removes it. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- block/blk-ioc.c | 14 -------------- include/linux/iocontext.h | 1 - 2 files changed, 15 deletions(-) diff -upkr linux... 25 Mar 2010 16:13
start_kernel(): bug: interrupts were enabled early
On latest git, I'm seeing "start_kernel(): bug: interrupts were enabled early" messages on ARM (sample log below). This appears to be caused by: start_kernel -> radix_tree_init -> kmem_cache_create (slub) -> down_write -> __down_write (lib/rwsem-spinlock.c) -> spin_unlock_irq radix_tree_init was moved e... 8 Apr 2010 16:18
gpiolib: irq functions not implemented on x86
Hi, I wrote a gpiolib implementation for Technologic Systems TS-5500 boards (x86) custom GPIO lines. Some of their GPIO lines are directly hooked to CPU (ElanSC520) GPIRQ lines, so they can trigger IRQs. However, looking at arch/x86/include/asm/gpio.h: /* * Not implemented, yet. */ static inline int gpio_... 26 Mar 2010 14:20
BEST OFFER
Would you be interested in picking up a business loan for a term of 10 years and for a cheap rate of 5% under monthly repayment agreements? I am currently offering out loans at low rates. For more information, kindly contact me via my personal email loans.bcfltd(a)gmail.com -- To unsubscribe from this list: send... 25 Mar 2010 16:13
BEST OFFER
Would you be interested in picking up a business loan for a term of 10 years and for a cheap rate of 5% under monthly repayment agreements? I am currently offering out loans at low rates. For more information, kindly contact me via my personal email loans.bcfltd(a)gmail.com -- To unsubscribe from this list: send... 25 Mar 2010 16:13
xen: fix build when SYSRQ is disabled
On 03/25/2010 11:29 AM, Randy Dunlap wrote: From: Randy Dunlap<randy.dunlap(a)oracle.com> Fix build error when CONFIG_MAGIC_SYSRQ is not enabled: drivers/xen/manage.c:223: error: implicit declaration of function 'handle_sysrq' Yep, looks fine. Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge... 25 Mar 2010 14:59
[PATCH 3/3 -next] xen: fix build when SYSRQ is disabled
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build error when CONFIG_MAGIC_SYSRQ is not enabled: drivers/xen/manage.c:223: error: implicit declaration of function 'handle_sysrq' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Jeremy Fitzhardinge <jeremy(a)xensource.com> Cc: Chris Wright <chrisw@s... 25 Mar 2010 14:59
[PATCH 1/3 -next] drm: fix build error when SYSRQ is disabled
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build error when CONFIG_MAGIC_SYSRQ is not enabled: drivers/gpu/drm/drm_fb_helper.c:915: error: 'sysrq_drm_fb_helper_restore_op' undeclared (first use in this function) drivers/gpu/drm/drm_fb_helper.c:929: error: 'sysrq_drm_fb_helper_restore_op' undeclared (first ... 25 Mar 2010 14:59
XFS xfs_trace.c: duplicated include
On Thu, 2010-03-25 at 18:22 +0100, Andrea Gelmini wrote: fs/xfs/linux-2.6/xfs_trace.c: xfs_attr_sf.h is included more than once. Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> Looks good. -Alex Reviewed-by: Alex Elder <aelder(a)sgi.com> --- fs/xfs/linux-2.6/xfs_trace.c | 1 - 1 fi... 25 Mar 2010 14:59
Staging: iio: Documentation/lis3l02dqbuffersimple.c: duplicated include
On 03/25/10 17:22, Andrea Gelmini wrote: drivers/staging/iio/Documentation/lis3l02dqbuffersimple.c: dirent.h is included more than once. Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> Fair point. Acked-by: Jonathan Cameron <jic23(a)cam.ac.uk> --- .../iio/Documentation/lis3l02dqbuffersimple.... 25 Mar 2010 14:59