Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72c57ed5 authored by David S. Miller's avatar David S. Miller
Browse files

sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests.

parent 8f20b20d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ extern char modprobe_path[];
extern int sg_big_buff;
#endif

#ifdef __sparc__
#ifdef CONFIG_SPARC
extern char reboot_command [];
extern int stop_a_enabled;
extern int scons_pwroff;
@@ -414,7 +414,7 @@ static struct ctl_table kern_table[] = {
		.mode		= 0644,
		.proc_handler	= &proc_dointvec,
	},
#ifdef __sparc__
#ifdef CONFIG_SPARC
	{
		.ctl_name	= KERN_SPARC_REBOOT,
		.procname	= "reboot-cmd",