diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2012-10-29 17:15:32 -0400 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-10-29 17:15:32 -0400 |
commit | 19bf7f8ac3f8131100027281c495dbbe00cd5ae0 (patch) | |
tree | 270b97e3ca47c0f62a1babca2ae37f79a76a309c /arch/s390/include/asm/schid.h | |
parent | 787c57c0fb393fe8a3974d300ddcfe30373386fe (diff) | |
parent | 35fd3dc58da675d659513384221349ef90749a01 (diff) |
Merge remote-tracking branch 'master' into queue
Merge reason: development work has dependency on kvm patches merged
upstream.
Conflicts:
arch/powerpc/include/asm/Kbuild
arch/powerpc/include/asm/kvm_para.h
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/s390/include/asm/schid.h')
-rw-r--r-- | arch/s390/include/asm/schid.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/s390/include/asm/schid.h b/arch/s390/include/asm/schid.h index 3e4d401b4e45..40b47dfa9d66 100644 --- a/arch/s390/include/asm/schid.h +++ b/arch/s390/include/asm/schid.h | |||
@@ -1,19 +1,8 @@ | |||
1 | #ifndef ASM_SCHID_H | 1 | #ifndef ASM_SCHID_H |
2 | #define ASM_SCHID_H | 2 | #define ASM_SCHID_H |
3 | 3 | ||
4 | #include <linux/types.h> | ||
5 | |||
6 | struct subchannel_id { | ||
7 | __u32 cssid : 8; | ||
8 | __u32 : 4; | ||
9 | __u32 m : 1; | ||
10 | __u32 ssid : 2; | ||
11 | __u32 one : 1; | ||
12 | __u32 sch_no : 16; | ||
13 | } __attribute__ ((packed, aligned(4))); | ||
14 | |||
15 | #ifdef __KERNEL__ | ||
16 | #include <linux/string.h> | 4 | #include <linux/string.h> |
5 | #include <uapi/asm/schid.h> | ||
17 | 6 | ||
18 | /* Helper function for sane state of pre-allocated subchannel_id. */ | 7 | /* Helper function for sane state of pre-allocated subchannel_id. */ |
19 | static inline void | 8 | static inline void |
@@ -29,6 +18,4 @@ schid_equal(struct subchannel_id *schid1, struct subchannel_id *schid2) | |||
29 | return !memcmp(schid1, schid2, sizeof(struct subchannel_id)); | 18 | return !memcmp(schid1, schid2, sizeof(struct subchannel_id)); |
30 | } | 19 | } |
31 | 20 | ||
32 | #endif /* __KERNEL__ */ | ||
33 | |||
34 | #endif /* ASM_SCHID_H */ | 21 | #endif /* ASM_SCHID_H */ |