mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
Merge tag 'v4.9.147' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroidn2-4.9.y
This is the 4.9.147 stable release
This commit is contained in:
@@ -67,6 +67,9 @@ typedef struct compat_sigaltstack {
|
||||
compat_size_t ss_size;
|
||||
} compat_stack_t;
|
||||
#endif
|
||||
#ifndef COMPAT_MINSIGSTKSZ
|
||||
#define COMPAT_MINSIGSTKSZ MINSIGSTKSZ
|
||||
#endif
|
||||
|
||||
#define compat_jiffies_to_clock_t(x) \
|
||||
(((unsigned long)(x) * COMPAT_USER_HZ) / HZ)
|
||||
|
||||
Reference in New Issue
Block a user