Skip to content

Commit

Permalink
Update ppm.h
Browse files Browse the repository at this point in the history
Added support for s390x
  • Loading branch information
ketank-new authored Oct 20, 2016
1 parent f6f1d09 commit 6c2940c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions driver/ppm.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ 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 __NR_SYSCALL_BASE 0
#define SYSCALL_TABLE_ID0 __NR_SYSCALL_BASE
#define __NR_time (__NR_SYSCALL_BASE + 13)
#endif

#define SYSCALL_TABLE_SIZE 512
Expand Down

0 comments on commit 6c2940c

Please sign in to comment.