projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc9fc5
)
[SPARC64]: Kill unused function 'kernel_enter_debugger'.
author
David S. Miller
<davem@davemloft.net>
Mon, 18 Feb 2008 23:13:48 +0000
(15:13 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 Feb 2008 23:13:48 +0000
(15:13 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/setup.c
b/arch/sparc64/kernel/setup.c
index
ebad74b
..
e6b57ba
100644
(file)
--- a/
arch/sparc64/kernel/setup.c
+++ b/
arch/sparc64/kernel/setup.c
@@
-90,11
+90,6
@@
static struct console prom_early_console = {
.index = -1,
};
-/* XXX Implement this at some point... */
-void kernel_enter_debugger(void)
-{
-}
-
/*
* Process kernel command line switches that are specific to the
* SPARC or that require special low-level processing.