Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179990
b: refs/heads/master
c: 428aecf
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 27, 2010
1 parent ab386a5 commit 02f6096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 294001a80c9810e2fe27aaaad7df8be12a103065
refs/heads/master: 428aecf67cf673d546627b2813bd4acabd20e3a9
9 changes: 3 additions & 6 deletions trunk/arch/s390/include/asm/irqflags.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*
* include/asm-s390/irqflags.h
*
* Copyright (C) IBM Corp. 2006
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
* Copyright IBM Corp. 2006,2010
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
*/

#ifndef __ASM_IRQFLAGS_H
#define __ASM_IRQFLAGS_H

#ifdef __KERNEL__
#include <linux/types.h>

#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 2)

Expand Down Expand Up @@ -102,5 +100,4 @@ static inline int raw_irqs_disabled_flags(unsigned long flags)
/* For spinlocks etc */
#define raw_local_irq_save(x) ((x) = raw_local_irq_disable())

#endif /* __KERNEL__ */
#endif /* __ASM_IRQFLAGS_H */

0 comments on commit 02f6096

Please sign in to comment.