Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Ralf Baechle
5e888e8f a1eace4b

+3 -8
+1 -1
arch/mips/include/asm/nile4.h
··· 1 1 /* 2 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 5 * Sony Software Development Center Europe (SDCE), Brussels 6 6 * 7 7 * This file is based on the following documentation:
-5
arch/mips/paravirt/paravirt-smp.c
··· 99 99 local_irq_enable(); 100 100 } 101 101 102 - static void paravirt_cpus_done(void) 103 - { 104 - } 105 - 106 102 static void paravirt_boot_secondary(int cpu, struct task_struct *idle) 107 103 { 108 104 paravirt_smp_gp[cpu] = (unsigned long)task_thread_info(idle); ··· 137 141 .send_ipi_mask = paravirt_send_ipi_mask, 138 142 .init_secondary = paravirt_init_secondary, 139 143 .smp_finish = paravirt_smp_finish, 140 - .cpus_done = paravirt_cpus_done, 141 144 .boot_secondary = paravirt_boot_secondary, 142 145 .smp_setup = paravirt_smp_setup, 143 146 .prepare_cpus = paravirt_prepare_cpus,
+1 -1
arch/mips/pci/ops-pmcmsp.c
··· 7 7 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net 8 8 * 9 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 12 * This program is free software; you can redistribute it and/or modify it 13 13 * under the terms of the GNU General Public License as published by the
+1 -1
arch/mips/pci/ops-tx3927.c
··· 11 11 * Define the pci_ops for TX3927. 12 12 * 13 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 16 * This program is free software; you can redistribute it and/or modify it 17 17 * under the terms of the GNU General Public License as published by the