Skip to content

Commit

Permalink
Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/ke…
Browse files Browse the repository at this point in the history
…rnel/git/lethal/sh-2.6

* 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:
  sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.
  sh: maple: Do not pass SLAB_POISON to kmem_cache_create()
  • Loading branch information
Linus Torvalds committed Dec 16, 2008
2 parents eef70b2 + f9d62c0 commit 3bd8226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ config GENERIC_HARDIRQS

config GENERIC_HARDIRQS_NO__DO_IRQ
def_bool y
depends on SUPERH32 && (!SH_DREAMCAST && !SH_SH4202_MICRODEV && \
!SH_7751_SYSTEMH && !HD64461)

config GENERIC_IRQ_PROBE
def_bool y
Expand Down
2 changes: 1 addition & 1 deletion drivers/sh/maple/maple.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ static int __init maple_bus_init(void)

maple_queue_cache =
kmem_cache_create("maple_queue_cache", 0x400, 0,
SLAB_POISON|SLAB_HWCACHE_ALIGN, NULL);
SLAB_HWCACHE_ALIGN, NULL);

if (!maple_queue_cache)
goto cleanup_bothirqs;
Expand Down

0 comments on commit 3bd8226

Please sign in to comment.