kernel-ark/arch/x86/ia32
Eric Paris b05d8447e7 audit: inline audit_syscall_entry to reduce burden on archs
Every arch calls:

if (unlikely(current->audit_context))
	audit_syscall_entry()

which requires knowledge about audit (the existance of audit_context) in
the arch code.  Just do it all in static inline in audit.h so that arch's
can remain blissfully ignorant.

Signed-off-by: Eric Paris <eparis@redhat.com>
2012-01-17 16:16:56 -05:00
..
audit.c
ia32_aout.c x86: mark associated mm when running a task in 32 bit compatibility mode 2011-03-23 16:36:53 -04:00
ia32_signal.c x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() 2011-07-14 21:21:31 -07:00
ia32entry.S audit: inline audit_syscall_entry to reduce burden on archs 2012-01-17 16:16:56 -05:00
ipc32.c x86: introducing asm/sys_ia32.h 2008-12-29 13:18:40 +01:00
Makefile
sys_ia32.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00