Skip to content

Commit

Permalink
Update ppm.h
Browse files Browse the repository at this point in the history
re committing changes related to s390x
  • Loading branch information
ketank-new committed Oct 26, 2016
1 parent 6c2940c commit 400b9e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions driver/ppm.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ long ppm_strncpy_from_user(char *to, const char __user *from, unsigned long n);
#elif defined CONFIG_PPC64
#define SYSCALL_TABLE_ID0 0
#elif defined CONFIG_S390
#define __NR_SYSCALL_BASE 0
#define SYSCALL_TABLE_ID0 __NR_SYSCALL_BASE
#define __NR_time (__NR_SYSCALL_BASE + 13)
#define SYSCALL_TABLE_ID0 0
#define __NR_time 13
#endif

#define SYSCALL_TABLE_SIZE 512
Expand Down

1 comment on commit 400b9e1

@ketank-new
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sysdig-CLA-1.0-signed-off-by: Ketan Kunde ketan22584@gmail.com

Please sign in to comment.