exynos9810: kernel/drivers: remove samsung freecess
This commit is contained in:
parent
1272e07f87
commit
2ffda2a073
8 changed files with 0 additions and 1035 deletions
|
@ -46,9 +46,6 @@
|
|||
#include <asm/siginfo.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#include "audit.h" /* audit_signal_info() */
|
||||
#ifdef CONFIG_SAMSUNG_FREECESS
|
||||
#include <linux/freecess.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* SLAB caches for signal bits.
|
||||
|
@ -1208,12 +1205,6 @@ int do_send_sig_info(int sig, struct siginfo *info, struct task_struct *p,
|
|||
unsigned long flags;
|
||||
int ret = -ESRCH;
|
||||
|
||||
#ifdef CONFIG_SAMSUNG_FREECESS
|
||||
if ((sig == SIGKILL || sig == SIGTERM || sig == SIGABRT || sig == SIGQUIT))
|
||||
sig_report(current, p);
|
||||
|
||||
#endif
|
||||
|
||||
if (lock_task_sighand(p, &flags)) {
|
||||
ret = send_signal(sig, info, p, group);
|
||||
unlock_task_sighand(p, &flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue