diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-01-04 04:16:51 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:12 -0500 |
commit | f7a904dffe30a02636053d8022498ced7e44d31c (patch) | |
tree | 71130b3b2cf44bafe05d125ee4ea54d771b2ce67 /arch/mips/boot | |
parent | 50549bda2d47f419758dac9bc72e2b0eb9077d83 (diff) |
MIPS: Loongson: Change the Email address of Wu Zhangjin
Currently wuzj@lemote.com is not usable; change it to wuzhangjin@gmail.com.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: yanh@lemote.com
Cc: huhb@lemote.com
Cc: zhangfx@lemote.com
Patchwork: http://patchwork.linux-mips.org/patch/829/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/compressed/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/boot/compressed/decompress.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile index 9df903d714d7..6a3831a5457c 100644 --- a/arch/mips/boot/compressed/Makefile +++ b/arch/mips/boot/compressed/Makefile | |||
@@ -9,7 +9,7 @@ | |||
9 | # modified by Cort (cort@cs.nmt.edu) | 9 | # modified by Cort (cort@cs.nmt.edu) |
10 | # | 10 | # |
11 | # Copyright (C) 2009 Lemote Inc. & DSLab, Lanzhou University | 11 | # Copyright (C) 2009 Lemote Inc. & DSLab, Lanzhou University |
12 | # Author: Wu Zhangjin <wuzj@lemote.com> | 12 | # Author: Wu Zhangjin <wuzhangjin@gmail.com> |
13 | # | 13 | # |
14 | 14 | ||
15 | # compressed kernel load addr: VMLINUZ_LOAD_ADDRESS > VMLINUX_LOAD_ADDRESS + VMLINUX_SIZE | 15 | # compressed kernel load addr: VMLINUZ_LOAD_ADDRESS > VMLINUX_LOAD_ADDRESS + VMLINUX_SIZE |
diff --git a/arch/mips/boot/compressed/decompress.c b/arch/mips/boot/compressed/decompress.c index 55d02b3a6712..5db43c58b1bf 100644 --- a/arch/mips/boot/compressed/decompress.c +++ b/arch/mips/boot/compressed/decompress.c | |||
@@ -5,8 +5,8 @@ | |||
5 | * Author: Matt Porter <mporter@mvista.com> Derived from | 5 | * Author: Matt Porter <mporter@mvista.com> Derived from |
6 | * arch/ppc/boot/prep/misc.c | 6 | * arch/ppc/boot/prep/misc.c |
7 | * | 7 | * |
8 | * Copyright (C) 2009 Lemote, Inc. & Institute of Computing Technology | 8 | * Copyright (C) 2009 Lemote, Inc. |
9 | * Author: Wu Zhangjin <wuzj@lemote.com> | 9 | * Author: Wu Zhangjin <wuzhangjin@gmail.com> |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify it | 11 | * This program is free software; you can redistribute it and/or modify it |
12 | * under the terms of the GNU General Public License as published by the | 12 | * under the terms of the GNU General Public License as published by the |