projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c422e
)
s390/chpid: make headers usable (again)
author
Sebastian Ott
<
[email protected]
>
Thu, 11 Oct 2012 07:54:56 +0000
(09:54 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Thu, 18 Oct 2012 15:50:07 +0000
(17:50 +0200)
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 <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
arch/s390/include/uapi/asm/chpid.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/uapi/asm/chpid.h
b/arch/s390/include/uapi/asm/chpid.h
index 581992dfae27b605e49a8a6f5d2972cc0646fadc..6b4fb29cc197e5d9544fd124e61a742a41114464 100644
(file)
--- a/
arch/s390/include/uapi/asm/chpid.h
+++ b/
arch/s390/include/uapi/asm/chpid.h
@@
-1,5
+1,5
@@
/*
- * Copyright IBM Corp. 2007
+ * Copyright IBM Corp. 2007
, 2012
* Author(s): Peter Oberparleiter <
[email protected]
>
*/
@@
-12,10
+12,10
@@
#define __MAX_CHPID 255
struct chp_id {
- u8 reserved1;
- u8 cssid;
- u8 reserved2;
- u8 id;
+
__
u8 reserved1;
+
__
u8 cssid;
+
__
u8 reserved2;
+
__
u8 id;
} __attribute__((packed));