Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linus

This commit is contained in:
Russell King
2013-09-05 10:34:15 +01:00
103 changed files with 1592 additions and 1345 deletions

View File

@@ -46,7 +46,7 @@ static inline void dsb_sev(void)
{
#if __LINUX_ARM_ARCH__ >= 7
__asm__ __volatile__ (
"dsb\n"
"dsb ishst\n"
SEV
);
#else