Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113126
b: refs/heads/master
c: 72c57ed
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 12, 2008
1 parent acd34db commit e9f6182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f20b20de73eeabe3d35e67e0ce993eceef07492
refs/heads/master: 72c57ed50663dc04b0b329beaec39b557c8ac5a5
4 changes: 2 additions & 2 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e9f6182

Please sign in to comment.