aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2014-04-22 06:51:13 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-06-02 10:34:41 -0400
commit5e888e8fb55cf3da870b85d04fef6bfe0d57c974 (patch)
tree8439431d0147214dc72b5194b45f5f97e72d2e36
parenta1eace4ba53546bc7a6670b1c380cd5c1287ae8b (diff)
mips: Update the email address of Geert Uytterhoeven
All my Sony addresses are defunct. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6817/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/include/asm/nile4.h2
-rw-r--r--arch/mips/paravirt/paravirt-smp.c5
-rw-r--r--arch/mips/pci/ops-pmcmsp.c2
-rw-r--r--arch/mips/pci/ops-tx3927.c2
4 files changed, 3 insertions, 8 deletions
diff --git a/arch/mips/include/asm/nile4.h b/arch/mips/include/asm/nile4.h
index 2e2436d0e94e..99e97f8bfbca 100644
--- a/arch/mips/include/asm/nile4.h
+++ b/arch/mips/include/asm/nile4.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * asm-mips/nile4.h -- NEC Vrc-5074 Nile 4 definitions 2 * asm-mips/nile4.h -- NEC Vrc-5074 Nile 4 definitions
3 * 3 *
4 * Copyright (C) 2000 Geert Uytterhoeven <geert@sonycom.com> 4 * Copyright (C) 2000 Geert Uytterhoeven <geert@linux-m68k.org>
5 * Sony Software Development Center Europe (SDCE), Brussels 5 * Sony Software Development Center Europe (SDCE), Brussels
6 * 6 *
7 * This file is based on the following documentation: 7 * This file is based on the following documentation:
diff --git a/arch/mips/paravirt/paravirt-smp.c b/arch/mips/paravirt/paravirt-smp.c
index 73a123e08c28..0164b0c48352 100644
--- a/arch/mips/paravirt/paravirt-smp.c
+++ b/arch/mips/paravirt/paravirt-smp.c
@@ -99,10 +99,6 @@ static void paravirt_smp_finish(void)
99 local_irq_enable(); 99 local_irq_enable();
100} 100}
101 101
102static void paravirt_cpus_done(void)
103{
104}
105
106static void paravirt_boot_secondary(int cpu, struct task_struct *idle) 102static void paravirt_boot_secondary(int cpu, struct task_struct *idle)
107{ 103{
108 paravirt_smp_gp[cpu] = (unsigned long)task_thread_info(idle); 104 paravirt_smp_gp[cpu] = (unsigned long)task_thread_info(idle);
@@ -141,7 +137,6 @@ struct plat_smp_ops paravirt_smp_ops = {
141 .send_ipi_mask = paravirt_send_ipi_mask, 137 .send_ipi_mask = paravirt_send_ipi_mask,
142 .init_secondary = paravirt_init_secondary, 138 .init_secondary = paravirt_init_secondary,
143 .smp_finish = paravirt_smp_finish, 139 .smp_finish = paravirt_smp_finish,
144 .cpus_done = paravirt_cpus_done,
145 .boot_secondary = paravirt_boot_secondary, 140 .boot_secondary = paravirt_boot_secondary,
146 .smp_setup = paravirt_smp_setup, 141 .smp_setup = paravirt_smp_setup,
147 .prepare_cpus = paravirt_prepare_cpus, 142 .prepare_cpus = paravirt_prepare_cpus,
diff --git a/arch/mips/pci/ops-pmcmsp.c b/arch/mips/pci/ops-pmcmsp.c
index 3d27800edba2..50034f985be1 100644
--- a/arch/mips/pci/ops-pmcmsp.c
+++ b/arch/mips/pci/ops-pmcmsp.c
@@ -7,7 +7,7 @@
7 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net 7 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
8 * 8 *
9 * Much of the code is derived from the original DDB5074 port by 9 * Much of the code is derived from the original DDB5074 port by
10 * Geert Uytterhoeven <geert@sonycom.com> 10 * Geert Uytterhoeven <geert@linux-m68k.org>
11 * 11 *
12 * This program is free software; you can redistribute it and/or modify it 12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the 13 * under the terms of the GNU General Public License as published by the
diff --git a/arch/mips/pci/ops-tx3927.c b/arch/mips/pci/ops-tx3927.c
index 02d64f77e967..d35dc9c9ab9d 100644
--- a/arch/mips/pci/ops-tx3927.c
+++ b/arch/mips/pci/ops-tx3927.c
@@ -11,7 +11,7 @@
11 * Define the pci_ops for TX3927. 11 * Define the pci_ops for TX3927.
12 * 12 *
13 * Much of the code is derived from the original DDB5074 port by 13 * Much of the code is derived from the original DDB5074 port by
14 * Geert Uytterhoeven <geert@sonycom.com> 14 * Geert Uytterhoeven <geert@linux-m68k.org>
15 * 15 *
16 * This program is free software; you can redistribute it and/or modify it 16 * This program is free software; you can redistribute it and/or modify it
17 * under the terms of the GNU General Public License as published by the 17 * under the terms of the GNU General Public License as published by the