#include <linux/fs.h>
#include <linux/init.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>

static int cmdline_proc_show(struct seq_file *m, void *v)
{
	seq_printf(m, "%s\n", saved_command_line);
	return 0;
}

static int cmdline_proc_open(struct inode *inode, struct file *file)
{
	return single_open(file, cmdline_proc_show, NULL);
}

static const struct file_operations cmdline_proc_fops = {
	.open		= cmdline_proc_open,
	.read		= seq_read,
	.llseek		= seq_lseek,
	.release	= single_release,
};

static int __init proc_cmdline_init(void)
{
	proc_create("cmdline", 0, NULL, &cmdline_proc_fops);
	return 0;
}
module_init(proc_cmdline_init);
ktop.org/logo.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/'>index</a> : <a href='/~dolphin/linux/'>~dolphin/linux</a></td><td class='form'><form method='get'>
<select name='h' onchange='this.form.submit();'>
<option value='drm-intel-gt-next' selected='selected'>drm-intel-gt-next</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>Joonas's Linux kernel branches</td><td class='sub right'>UNKNOWN</td></tr></table>
<table class='tabs'><tr><td>
<a href='/~dolphin/linux/?h=drm-intel-gt-next'>summary</a><a href='/~dolphin/linux/refs/?h=drm-intel-gt-next'>refs</a><a class='active' href='/~dolphin/linux/log/include/linux/qcom-geni-se.h?h=drm-intel-gt-next'>log</a><a href='/~dolphin/linux/tree/include/linux/qcom-geni-se.h?h=drm-intel-gt-next'>tree</a><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next'>commit</a><a href='/~dolphin/linux/diff/include/linux/qcom-geni-se.h?h=drm-intel-gt-next'>diff</a></td><td class='form'><form class='right' method='get' action='/~dolphin/linux/log/include/linux/qcom-geni-se.h'>
<input type='hidden' name='h' value='drm-intel-gt-next'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/~dolphin/linux/log/?h=drm-intel-gt-next'>root</a>/<a href='/~dolphin/linux/log/include?h=drm-intel-gt-next'>include</a>/<a href='/~dolphin/linux/log/include/linux?h=drm-intel-gt-next'>linux</a>/<a href='/~dolphin/linux/log/include/linux/qcom-geni-se.h?h=drm-intel-gt-next'>qcom-geni-se.h</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/~dolphin/linux/log/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>
<tr><td><span title='2020-07-13 22:43:43 -0700'>2020-07-13</span></td><td><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;id=4a3107f61f1ce2c8ccd4dde8ae655ae3f2996f35'>tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for console</a></td><td>Rajendra Nayak</td><td>1</td><td><span class='deletions'>-0</span>/<span class='insertions'>+1</span></td></tr>
<tr><td><span title='2020-06-24 22:03:08 -0700'>2020-06-24</span></td><td><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;id=a5819b548af0cc0fd0b84fa3e35723c4c36f157c'>tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state</a></td><td>Rajendra Nayak</td><td>1</td><td><span class='deletions'>-0</span>/<span class='insertions'>+4</span></td></tr>
<tr><td><span title='2020-06-24 21:49:52 -0700'>2020-06-24</span></td><td><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;id=048eb908a1f276ca0346f20a3e6e7d707dcd81f3'>soc: qcom-geni-se: Add interconnect support to fix earlycon crash</a></td><td>Akash Asthana</td><td>1</td><td><span class='deletions'>-0</span>/<span class='insertions'>+2</span></td></tr>
<tr><td><span title='2020-06-24 21:49:00 -0700'>2020-06-24</span></td><td><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;id=58ffbba6a39979baa22d2f7e69faeffa2d9c0641'>soc: qcom: geni: Support for ICC voting</a></td><td>Akash Asthana</td><td>1</td><td><span class='deletions'>-0</span>/<span class='insertions'>+38</span></td></tr>
<tr><td><span title='2019-05-14 19:52:48 -0700'>2019-05-14</span></td><td><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;id=687a3e4d8e6129f064711291f1564d95472dba3e'>treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers</a></td><td>Masahiro Yamada</td><td>1</td><td><span class='deletions'>-1</span>/<span class='insertions'>+1</span></td></tr>
<tr><td><span title='2018-09-23 21:28:00 -0700'>2018-09-23</span></td><td><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;id=65a272642ce13aab911f68279c8994cde3282b0a'>soc: qcom: geni: Make version macros simpler</a></td><td>Stephen Boyd</td><td>1</td><td><span class='deletions'>-9</span>/<span class='insertions'>+4</span></td></tr>
<tr><td><span title='2018-04-25 00:12:05 -0500'>2018-04-25</span></td><td><a href='/~dolphin/linux/commit/include/linux/qcom-geni-se.h?h=drm-intel-gt-next&amp;id=eddac5af06546d2e7a0730e3dc02dde3dc91098a'>soc: qcom: Add GENI based QUP Wrapper driver</a></td><td>Karthikeyan Ramasubramanian</td><td>1</td><td><span class='deletions'>-0</span>/<span class='insertions'>+425</span></td></tr>