Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27099
b: refs/heads/master
c: 4ae9538
h: refs/heads/master
i:
  27097: b53e936
  27095: d272715
v: v3
  • Loading branch information
Peter Oberparleiter authored and Linus Torvalds committed Jun 5, 2006
1 parent a34a716 commit 5446628
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: e0ec574987a3301f7767750bb6e8be47d6323bfa
refs/heads/master: 4ae9538dd02824257e8e72c053c69ad6680aba04
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/css.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ struct pgid {
union {
__u8 fc; /* SPID function code */
struct path_state ps; /* SNID path state */
} inf;
} __attribute__ ((packed)) inf;
union {
__u32 cpu_addr : 16; /* CPU address */
struct extended_cssid ext_cssid;
} pgid_high;
} __attribute__ ((packed)) pgid_high;
__u32 cpu_id : 24; /* CPU identification */
__u32 cpu_model : 16; /* CPU model */
__u32 tod_high; /* high word TOD clock */
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-s390/lowcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
#define __LC_KERNEL_ASCE 0xD58
#define __LC_USER_ASCE 0xD60
#define __LC_PANIC_STACK 0xD68
#define __LC_CPUID 0xD90
#define __LC_CPUADDR 0xD98
#define __LC_CPUID 0xD80
#define __LC_CPUADDR 0xD88
#define __LC_IPLDEV 0xDB8
#define __LC_JIFFY_TIMER 0xDC0
#define __LC_CURRENT 0xDD8
Expand Down

0 comments on commit 5446628

Please sign in to comment.