diff options
| author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-10-11 03:54:56 -0400 |
|---|---|---|
| committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-10-18 11:50:07 -0400 |
| commit | 4e860696e050375ae7fbb06984c19e2bf6a322e0 (patch) | |
| tree | b5f29b152417835df1240e120dfb70a2b18fe502 /arch/s390/include/uapi/asm | |
| parent | 43c422eda99b894f18d1cca17bcd2401efaf7bd0 (diff) | |
s390/chpid: make headers usable (again)
Add back a hunk from "4dcc2a4 s390/chsc: make headers usable"
which was lost during the merge of the UAPI patch.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/uapi/asm')
| -rw-r--r-- | arch/s390/include/uapi/asm/chpid.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/s390/include/uapi/asm/chpid.h b/arch/s390/include/uapi/asm/chpid.h index 581992dfae27..6b4fb29cc197 100644 --- a/arch/s390/include/uapi/asm/chpid.h +++ b/arch/s390/include/uapi/asm/chpid.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright IBM Corp. 2007 | 2 | * Copyright IBM Corp. 2007, 2012 |
| 3 | * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> | 3 | * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| @@ -12,10 +12,10 @@ | |||
| 12 | #define __MAX_CHPID 255 | 12 | #define __MAX_CHPID 255 |
| 13 | 13 | ||
| 14 | struct chp_id { | 14 | struct chp_id { |
| 15 | u8 reserved1; | 15 | __u8 reserved1; |
| 16 | u8 cssid; | 16 | __u8 cssid; |
| 17 | u8 reserved2; | 17 | __u8 reserved2; |
| 18 | u8 id; | 18 | __u8 id; |
| 19 | } __attribute__((packed)); | 19 | } __attribute__((packed)); |
| 20 | 20 | ||
| 21 | 21 | ||
