https://github.com/torvalds/linux
Revision 67415020950046e32f520c1447e79ebebbf447ac authored by Linus Torvalds on 08 July 2010, 15:02:18 UTC, committed by Linus Torvalds on 08 July 2010, 15:02:18 UTC
* 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  ARM: SAMSUNG: Fix on wrong function name for S5PV210 sdhci0
  ARM: S5P6442: Fix PLL setting announce message.
  ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XX
  ARM: S5PV210: Correct clock register properties
  ARM: S5P: Bug fix on external interrupt for S5P SoCs
2 parent s 2aa72f6 + f50b8bc
Raw File
Tip revision: 67415020950046e32f520c1447e79ebebbf447ac authored by Linus Torvalds on 08 July 2010, 15:02:18 UTC
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
Tip revision: 6741502
lockdep_states.h
/*
 * Lockdep states,
 *
 * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
 * you add one, or come up with a nice dynamic solution.
 */
LOCKDEP_STATE(HARDIRQ)
LOCKDEP_STATE(SOFTIRQ)
LOCKDEP_STATE(RECLAIM_FS)
back to top