diff options
author | David S. Miller <davem@davemloft.net> | 2005-07-10 19:29:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-10 19:29:45 -0700 |
commit | f7ceba360cce9af3fbc4e5a5b1bd40b570b7021c (patch) | |
tree | 1d138496048bbf5851cd60dee7acb912cffc6971 /include/linux | |
parent | 8d8a64796fdee4e20355c6c12c9cc630a2e7494d (diff) | |
download | linux-3.10-f7ceba360cce9af3fbc4e5a5b1bd40b570b7021c.tar.gz linux-3.10-f7ceba360cce9af3fbc4e5a5b1bd40b570b7021c.tar.bz2 linux-3.10-f7ceba360cce9af3fbc4e5a5b1bd40b570b7021c.zip |
[SPARC64]: Add syscall auditing support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index bf2ad3ba72e..68aba0c02e4 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -165,7 +165,7 @@ #define AUDIT_ARCH_SH64 (EM_SH|__AUDIT_ARCH_64BIT) #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) #define AUDIT_ARCH_SPARC (EM_SPARC) -#define AUDIT_ARCH_SPARC64 (EM_SPARC64|__AUDIT_ARCH_64BIT) +#define AUDIT_ARCH_SPARC64 (EM_SPARCV9|__AUDIT_ARCH_64BIT) #define AUDIT_ARCH_V850 (EM_V850|__AUDIT_ARCH_LE) #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) |