de3ae69c8a
This is a snapshot of drivers/irqchip/msm_show_resume_irq.c as of msm-4.14 commit <02ff79e55ddc0aa>. (Merge "perf: don't zombie certain events in perf_event_release_kernel"). Change-Id: I8d33455c9f482b5742023042e947f0af3d3c2335 Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org> [rananta@codeaurora.org: Altered the configuration option] Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
14 lines
317 B
C
14 lines
317 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (c) 2011, 2014-2016, 2018, 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#include <linux/module.h>
|
|
#include <linux/kernel.h>
|
|
#include <linux/init.h>
|
|
|
|
int msm_show_resume_irq_mask;
|
|
|
|
module_param_named(
|
|
debug_mask, msm_show_resume_irq_mask, int, 0664);
|