diff options
author | Mans Rullgard <mans@mansr.com> | 2011-08-26 17:52:14 (GMT) |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-05-24 18:27:55 (GMT) |
commit | 50744dee010657f0e0bd97e32651061109f1207a (patch) | |
tree | 7193fc7926599cbbe80cf5b0ab09dec89a6e6a4d /arch/alpha/include/asm | |
parent | f9369910a6225b8d4892c3f20ae740a711cd5ace (diff) | |
download | linux-50744dee010657f0e0bd97e32651061109f1207a.tar.xz |
alpha: implement setsysinfo(SSI_LMF) as a no-op
This allows running software using the Tru64 license manager.
For simplicity, no check for a valid license is done. This
should not be seen as encouraging software piracy.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/include/asm')
-rw-r--r-- | arch/alpha/include/asm/sysinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/sysinfo.h b/arch/alpha/include/asm/sysinfo.h index e77d77c..0b80e79 100644 --- a/arch/alpha/include/asm/sysinfo.h +++ b/arch/alpha/include/asm/sysinfo.h @@ -15,6 +15,7 @@ #define GSI_GET_HWRPB 101 #define SSI_NVPAIRS 1 +#define SSI_LMF 7 #define SSI_IEEE_FP_CONTROL 14 #define SSI_IEEE_STATE_AT_SIGNAL 15 #define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16 |