diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-07 04:55:03 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-07 04:55:03 -0400 |
commit | 4fb8af10d0fd09372d52966b76922b9e82bbc950 (patch) | |
tree | d240e4d40357583e3f3eb228dccf20122a5b31ed /include/asm-s390/current.h | |
parent | f44f82e8a20b98558486eb14497b2f71c78fa325 (diff) | |
parent | 64a99d2a8c3ed5c4e39f3ae1cc682aa8fd3977fc (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
Diffstat (limited to 'include/asm-s390/current.h')
-rw-r--r-- | include/asm-s390/current.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/asm-s390/current.h b/include/asm-s390/current.h deleted file mode 100644 index 83cf36cde2da..000000000000 --- a/include/asm-s390/current.h +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-s390/current.h | ||
3 | * | ||
4 | * S390 version | ||
5 | * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation | ||
6 | * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) | ||
7 | * | ||
8 | * Derived from "include/asm-i386/current.h" | ||
9 | */ | ||
10 | |||
11 | #ifndef _S390_CURRENT_H | ||
12 | #define _S390_CURRENT_H | ||
13 | |||
14 | #ifdef __KERNEL__ | ||
15 | #include <asm/lowcore.h> | ||
16 | |||
17 | struct task_struct; | ||
18 | |||
19 | #define current ((struct task_struct *const)S390_lowcore.current_task) | ||
20 | |||
21 | #endif | ||
22 | |||
23 | #endif /* !(_S390_CURRENT_H) */ | ||