aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-02-28 21:53:20 -0800
committerDavid S. Miller <davem@davemloft.net>2008-02-28 21:53:20 -0800
commit7729d74ed5099021f79ee8ecfa676829b5bac796 (patch)
tree969a2a5e2b0de1d812f8856e9f60fdf0c471a922 /include/asm-sparc
parent[SPARC]: Mark linux_sparc_{fpu,chips} static. (diff)
downloadlinux-dev-7729d74ed5099021f79ee8ecfa676829b5bac796.tar.xz
linux-dev-7729d74ed5099021f79ee8ecfa676829b5bac796.zip
[SPARC]: Add reboot_command[] extern decl to asm/system.h
Kill off some sparse warnings. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc/system.h b/include/asm-sparc/system.h
index 45e47c159a6e..4e08210cd4c2 100644
--- a/include/asm-sparc/system.h
+++ b/include/asm-sparc/system.h
@@ -44,6 +44,8 @@ extern enum sparc_cpu sparc_cpu_model;
#define SUN4M_NCPUS 4 /* Architectural limit of sun4m. */
+extern char reboot_command[];
+
extern struct thread_info *current_set[NR_CPUS];
extern unsigned long empty_bad_page;