Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135643
b: refs/heads/master
c: eaf1b6f
h: refs/heads/master
i:
  135641: dd5b781
  135639: 3be6f24
v: v3
  • Loading branch information
Dan Smith authored and Martin Schwidefsky committed Mar 26, 2009
1 parent 9762f90 commit 9953f89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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: 1fbc9f46a024535d95c3d5f136901decd86b109e
refs/heads/master: eaf1b6fbca8d9be87bef2eafaa3f40bffe26ce04
4 changes: 3 additions & 1 deletion trunk/arch/s390/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
#define NUM_CRS 16
#define NUM_ACRS 16

#define NUM_CR_WORDS 3

#define FPR_SIZE 8
#define FPC_SIZE 4
#define FPC_PAD_SIZE 4 /* gcc insists on aligning the fpregs */
Expand Down Expand Up @@ -334,7 +336,7 @@ struct pt_regs
*/
typedef struct
{
unsigned long cr[3];
unsigned long cr[NUM_CR_WORDS];
} per_cr_words;

#define PER_EM_MASK 0xE8000000UL
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/s390/kernel/compat_ptrace.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#ifndef _PTRACE32_H
#define _PTRACE32_H

#include <asm/ptrace.h> /* needed for NUM_CR_WORDS */
#include "compat_linux.h" /* needed for psw_compat_t */

typedef struct {
__u32 cr[3];
__u32 cr[NUM_CR_WORDS];
} per_cr_words32;

typedef struct {
Expand Down

0 comments on commit 9953f89

Please sign in to comment.