Skip to content

Commit

Permalink
Added s390x support to sysdig source (#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 aleks-f committed Oct 26, 2016
1 parent 4748efe commit bf7ae5a
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 bf7ae5a

Please sign in to comment.