Skip to content

Commit

Permalink
Added s390x support to sysdig source (draios#667)
Browse files Browse the repository at this point in the history
* Update ppm.h

Added support for s390x

* Update ppm.h

re committing changes related to s390x
  • Loading branch information
ketank-new authored and Damian Myerscough committed Mar 3, 2017
1 parent ae96223 commit 9363b21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions driver/ppm.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ long ppm_strncpy_from_user(char *to, const char __user *from, unsigned long n);
#define SYSCALL_TABLE_ID0 0
#elif defined CONFIG_PPC64
#define SYSCALL_TABLE_ID0 0
#elif defined CONFIG_S390
#define SYSCALL_TABLE_ID0 0
#define __NR_time 13
#endif

#define SYSCALL_TABLE_SIZE 512
Expand Down

0 comments on commit 9363b21

Please sign in to comment.