projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67672f5
)
[MIPS] IP27: Make declaration of setup_replication_mask a proper prototype.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 11 Oct 2006 17:35:33 +0000
(18:35 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 11 Oct 2006 18:31:00 +0000
(19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip27/ip27-klnuma.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/sgi-ip27/ip27-klnuma.c
b/arch/mips/sgi-ip27/ip27-klnuma.c
index d777b7d1a9fec6c30e3058208887cc12ffbf1ff7..f9f404a8ddad625348975d4678ee4183b21de102 100644
(file)
--- a/
arch/mips/sgi-ip27/ip27-klnuma.c
+++ b/
arch/mips/sgi-ip27/ip27-klnuma.c
@@
-26,7
+26,7
@@
static cpumask_t ktext_repmask;
* kernel. For example, we should never put a copy on a headless node,
* and we should respect the topology of the machine.
*/
-void __init setup_replication_mask()
+void __init setup_replication_mask(
void
)
{
cnodeid_t cnode;