Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113127
b: refs/heads/master
c: 17f04fb
h: refs/heads/master
i:
  113125: acd34db
  113123: 55ae650
  113119: 701b5a0
v: v3
  • Loading branch information
David S. Miller committed Sep 12, 2008
1 parent e9f6182 commit 840624d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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: 72c57ed50663dc04b0b329beaec39b557c8ac5a5
refs/heads/master: 17f04fbb0f7153d95ec33da81189b113cc778157
1 change: 1 addition & 0 deletions trunk/arch/sparc/include/asm/system_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ extern unsigned long empty_zero_page;
extern void sun_do_break(void);
extern int serial_console;
extern int stop_a_enabled;
extern int scons_pwroff;

static inline int con_is_present(void)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sparc/include/asm/system_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ do { __asm__ __volatile__("ba,pt %%xcc, 1f\n\t" \

extern void sun_do_break(void);
extern int stop_a_enabled;
extern int scons_pwroff;

extern void fault_in_user_windows(void);
extern void synchronize_user_stack(void);
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sparc64/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <linux/module.h>
#include <linux/pm.h>

#include <asm/system.h>
#include <asm/oplib.h>
#include <asm/prom.h>

Expand Down
4 changes: 1 addition & 3 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ extern int sg_big_buff;
#endif

#ifdef CONFIG_SPARC
extern char reboot_command [];
extern int stop_a_enabled;
extern int scons_pwroff;
#include <asm/system.h>
#endif

#ifdef __hppa__
Expand Down

0 comments on commit 840624d

Please sign in to comment.